Skip to content

Commit 4cd6eee

Browse files
committed
Unconditionally use stage0 build compiler
1 parent 1afdd45 commit 4cd6eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/compile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ impl Step for Assemble {
18371837
// `wasm32-wasip2` target of Rust.
18381838
let wasm_component_ld_exe =
18391839
builder.ensure(crate::core::build_steps::tool::WasmComponentLd {
1840-
compiler: build_compiler,
1840+
compiler: build_compiler.with_stage(0),
18411841
target: target_compiler.host,
18421842
});
18431843
builder.copy_link(

0 commit comments

Comments
 (0)