diff --git a/src/tools/opt-dist/src/exec.rs b/src/tools/opt-dist/src/exec.rs index 90a045e83d7a..0435b51d9895 100644 --- a/src/tools/opt-dist/src/exec.rs +++ b/src/tools/opt-dist/src/exec.rs @@ -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 }