internal/rosa: bash artifact

Required by llvm unit and regression tests.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-22 04:06:48 +09:00
parent dcb8a6ea06
commit cdf2e4a2fb
2 changed files with 29 additions and 0 deletions

View File

@@ -129,6 +129,8 @@ func (t Toolchain) newLLVM(variant string, attr *llvmAttr) pkg.Artifact {
t.NewPython(),
t.NewPerl(),
t.NewDiffutils(),
t.NewBash(),
t.NewKernelHeaders(),
}
if t == toolchainStage3 {