internal/rosa: bash artifact
All checks were successful
Test / Create distribution (push) Successful in 1m4s
Test / Sandbox (push) Successful in 2m56s
Test / Hakurei (push) Successful in 4m6s
Test / ShareFS (push) Successful in 4m17s
Test / Hpkg (push) Successful in 4m48s
Test / Sandbox (race detector) (push) Successful in 5m12s
Test / Hakurei (race detector) (push) Successful in 6m12s
Test / Flake checks (push) Successful in 1m45s

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 {