We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f03002 commit fd757beCopy full SHA for fd757be
collector/src/compile/execute/rustc.rs
@@ -117,7 +117,7 @@ async fn record(
117
.env("BOOTSTRAP_SKIP_TARGET_SANITY", "1")
118
.arg("build")
119
.arg("--stage")
120
- .arg("0")
+ .arg("1")
121
// We want bootstrap and the Cargos it spawns to have no parallelism --
122
// if multiple rustcs are competing for jobserver tokens, we introduce
123
// quite a bit of variance.
0 commit comments