Add missing GHA group for building llvm-bitcode-linker
by Kobzol · Pull Request #127901 · rust-lang/rust (original) (raw)
I wonder if we should eventually do this automatically somehow, e.g. by returning something like
WithGroup<CargoCommand>
fromprepare_tool_cargo
, which could automatically open/close groups in constructor/Drop
.
Good idea, we can probably do the similar thing in other modules (e.g., check.rs
) too. Feel free to r=me if you don't want to handle them in this PR.