Skip to content

Commit fd757be

Browse files
committed
Actually build the compiler in bootstrap benchmark
This was broken after a recent bootstrap change.
1 parent 0f03002 commit fd757be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/compile/execute/rustc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async fn record(
117117
.env("BOOTSTRAP_SKIP_TARGET_SANITY", "1")
118118
.arg("build")
119119
.arg("--stage")
120-
.arg("0")
120+
.arg("1")
121121
// We want bootstrap and the Cargos it spawns to have no parallelism --
122122
// if multiple rustcs are competing for jobserver tokens, we introduce
123123
// quite a bit of variance.

0 commit comments

Comments
 (0)