We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
local-rebuild
BOOTSTRAP_SKIP_TARGET_SANITY
1 parent 041b59e commit 1142c03Copy full SHA for 1142c03
src/tools/opt-dist/src/tests.rs
@@ -67,6 +67,7 @@ change-id = 115898
67
[build]
68
rustc = "{rustc}"
69
cargo = "{cargo}"
70
+local-rebuild = true
71
72
[target.{host_triple}]
73
llvm-config = "{llvm_config}"
@@ -104,9 +105,6 @@ llvm-config = "{llvm_config}"
104
105
}
106
cmd(&args)
107
.env("COMPILETEST_FORCE_STAGE0", "1")
- // Above we override the stage 0 compiler with previously compiled compiler,
108
- // which can cause confusion in bootstrap's target sanity checks.
109
- .env("BOOTSTRAP_SKIP_TARGET_SANITY", "1")
110
.run()
111
.context("Cannot execute tests")
112
0 commit comments