mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Add missing GHA group for building llvm-bitcode-linker
This commit is contained in:
parent
4bb2f27861
commit
69157bde3b
@ -858,6 +858,15 @@ impl Step for LlvmBitcodeLinker {
|
||||
&self.extra_features,
|
||||
);
|
||||
|
||||
let _guard = builder.msg_tool(
|
||||
Kind::Build,
|
||||
Mode::ToolRustc,
|
||||
bin_name,
|
||||
self.compiler.stage,
|
||||
&self.compiler.host,
|
||||
&self.target,
|
||||
);
|
||||
|
||||
cargo.into_cmd().run(builder);
|
||||
|
||||
let tool_out = builder
|
||||
|
Loading…
Reference in New Issue
Block a user