Skip to content

Commit

Permalink
use source std on stage 0 for opt-dist
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Jan 14, 2024
1 parent 9ee00b7 commit ecb1787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/opt-dist/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ impl Bootstrap {
"--stage",
"2",
"library/std",
// FIXME: benchmarks fails when using beta std on stage 0
"--build-std-on-stage0",
])
.env("RUST_BACKTRACE", "full");
Self { cmd, metrics_path }
Expand Down

0 comments on commit ecb1787

Please # to comment.