about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-07-30 16:27:33 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-07-30 19:55:07 +0800
commita7fcc738c98d04ea5b504719555478becbba3dce (patch)
treeac7acc2d16d15b3dd4bb4be9a79fb28bea21333e /src/tools
parent0cf6eb5f7521d37213576e8b48b574defa1e49f0 (diff)
downloadrust-a7fcc738c98d04ea5b504719555478becbba3dce.tar.gz
rust-a7fcc738c98d04ea5b504719555478becbba3dce.zip
Update `codegen_{cranelift,gcc}` and `opt-dist` to use `build.compiletest-allow-stage0`
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/opt-dist/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/opt-dist/src/tests.rs b/src/tools/opt-dist/src/tests.rs
index c9a21fc6fb2..d5121b8c786 100644
--- a/src/tools/opt-dist/src/tests.rs
+++ b/src/tools/opt-dist/src/tests.rs
@@ -79,6 +79,7 @@ lld = false
 rustc = "{rustc}"
 cargo = "{cargo}"
 local-rebuild = true
+compiletest-allow-stage0=true
 
 [target.{host_triple}]
 llvm-config = "{llvm_config}"
@@ -117,7 +118,6 @@ llvm-config = "{llvm_config}"
             args.extend(["--skip", test_path]);
         }
         cmd(&args)
-            .env("COMPILETEST_FORCE_STAGE0", "1")
             // Also run dist-only tests
             .env("COMPILETEST_ENABLE_DIST_TESTS", "1")
             .run()