You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Use rerun-if-env-changed instruction for variables we use
We make use of several environment variables, e.g. `CC`, `CXXSTDLIB`,
`LLVM_PREFIX`. However, changing these variables was not triggering a
re-run of the build script. Fix that by using `rerun-if-env-changed`.
0 commit comments