Unconditionally use stage0 build compiler

This commit is contained in:
Alex Crichton 2024-07-09 13:02:51 -07:00
parent 1afdd45881
commit 4cd6eee894

View file

@ -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(