Add missing GHA group for building llvm-bitcode-linker

This commit is contained in:
Jakub Beránek 2024-07-18 08:42:45 +02:00
parent 4bb2f27861
commit 69157bde3b
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

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