Skip to content

Commit ecb1787

Browse files
committed
use source std on stage 0 for opt-dist
Signed-off-by: onur-ozkan <[email protected]>
1 parent 9ee00b7 commit ecb1787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/opt-dist/src/exec.rs

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ impl Bootstrap {
109109
"--stage",
110110
"2",
111111
"library/std",
112+
// FIXME: benchmarks fails when using beta std on stage 0
113+
"--build-std-on-stage0",
112114
])
113115
.env("RUST_BACKTRACE", "full");
114116
Self { cmd, metrics_path }

0 commit comments

Comments
 (0)