Update codegen_{cranelift,gcc} and opt-dist to use build.compiletest-allow-stage0

This commit is contained in:
Jieyou Xu
2025-07-30 16:27:33 +08:00
parent 0cf6eb5f75
commit a7fcc738c9
4 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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