Unconditionally use stage0 build compiler
This commit is contained in:
parent
1afdd45881
commit
4cd6eee894
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue