cmd/mbf: use standalone musl in container
All checks were successful
Test / Create distribution (push) Successful in 57s
Test / Sandbox (push) Successful in 2m37s
Test / Hakurei (push) Successful in 3m47s
Test / ShareFS (push) Successful in 3m52s
Test / Hpkg (push) Successful in 4m31s
Test / Sandbox (race detector) (push) Successful in 4m53s
Test / Hakurei (race detector) (push) Successful in 6m1s
Test / Flake checks (push) Successful in 1m52s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-28 23:12:13 +09:00
parent b4e82e68a7
commit 5694e528e6

View File

@@ -284,8 +284,7 @@ func main() {
musl, compilerRT, runtimes, clang := rosa.Std.NewLLVM()
root = append(root, musl, compilerRT, runtimes, clang)
} else {
musl, _, _, _ := (rosa.Std - 1).NewLLVM()
root = append(root, musl)
root = append(root, rosa.Std.Load(rosa.Musl))
}
root = append(root,
rosa.Std.Load(rosa.Mksh),