Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

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

Lines changed: 2 additions & 0 deletions
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)