Closed
Description
Right now rustbuild invokes cargo which wants to rebuild the world if it sees a different RUSTFLAGS
value, while my workflow involves changing RUSTFLAGS
just to test stage1+ with -Z orbit
.
It would be nice to have passing --stage1-rustflags "-Z orbit"
to the python script (or the environment variable `RUSTFLAGS1="-Z orbit") just work.
Currently the Makefiles have something similar but it doesn't actually work for compiletest
, just rustc
.