aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-28 23:12:13 +0900
committerOphestra <cat@gensokyo.uk>2026-02-28 23:12:13 +0900
commit5694e528e60d5ce60b119b1d42022be06ce0c8d7 (patch)
tree600f1d6efe175367c95a9e2cea8e972be766975b
parentb4e82e68a737380ecbfed15f2e0cd207c94b5ef1 (diff)
cmd/mbf: use standalone musl in container
Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--cmd/mbf/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go
index c65f7e7a..004097c7 100644
--- a/cmd/mbf/main.go
+++ b/cmd/mbf/main.go
@@ -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),