Update codegen_{cranelift,gcc} and opt-dist to use build.compiletest-allow-stage0
This commit is contained in:
parent
8b5d8e39a7
commit
b56c50ff1b
2 changed files with 2 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ rustc = "$(pwd)/../dist/bin/rustc-clif"
|
|||
cargo = "$(rustup which cargo)"
|
||||
full-bootstrap = true
|
||||
local-rebuild = true
|
||||
compiletest-allow-stage0 = true
|
||||
|
||||
[rust]
|
||||
download-rustc = false
|
||||
|
|
|
|||
|
|
@ -166,5 +166,5 @@ index 073116933bd..c3e4578204d 100644
|
|||
EOF
|
||||
|
||||
echo "[TEST] rustc test suite"
|
||||
COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental}
|
||||
./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental}
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue