Skip to content

Commit

Permalink
Unconditionally use stage0 build compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 9, 2024
1 parent 1afdd45 commit 4cd6eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/src/core/build_steps/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ impl Step for Assemble {
// `wasm32-wasip2` target of Rust.
let wasm_component_ld_exe =
builder.ensure(crate::core::build_steps::tool::WasmComponentLd {
compiler: build_compiler,
compiler: build_compiler.with_stage(0),
target: target_compiler.host,
});
builder.copy_link(
Expand Down

0 comments on commit 4cd6eee

Please sign in to comment.