Skip to content

Commit 2c18c49

Browse files
committed
Update cg_clif to use build.compiletest-force-stage0
1 parent 6265106 commit 2c18c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_cranelift/scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,5 @@ index 073116933bd..c3e4578204d 100644
166166
EOF
167167

168168
echo "[TEST] rustc test suite"
169-
COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental}
169+
./x.py test --stage=0 --set build.compiletest-force-stage0=true --test-args=--no-capture tests/{codegen-units,run-make,ui,incremental}
170170
popd

0 commit comments

Comments
 (0)