internal/rosa: expose standalone musl

This is useful in the system image and might also be used elsewhere.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-26 14:21:32 +09:00
parent 085eaed7ba
commit 826347fe1f
2 changed files with 8 additions and 0 deletions

View File

@@ -46,3 +46,8 @@ rmdir -v /work/lib
t.Load(Coreutils),
)...)
}
func init() {
artifactsF[musl] = func(t Toolchain) pkg.Artifact {
return t.newMusl(false, nil)
}
}