internal/rosa: export musl
All checks were successful
Test / Create distribution (push) Successful in 58s
Test / Sandbox (push) Successful in 2m35s
Test / Hakurei (push) Successful in 3m42s
Test / ShareFS (push) Successful in 3m54s
Test / Hpkg (push) Successful in 4m21s
Test / Sandbox (race detector) (push) Successful in 4m53s
Test / Hakurei (race detector) (push) Successful in 6m11s
Test / Flake checks (push) Successful in 1m52s

This can be useful externally.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-28 22:49:54 +09:00
parent cefd02e960
commit d041fee791
2 changed files with 3 additions and 3 deletions

View File

@@ -123,8 +123,8 @@ const (
buildcatrust
utilMacros
// musl is a standalone libc that does not depend on the toolchain.
musl
// Musl is a standalone libc that does not depend on the toolchain.
Musl
// gcc is a hacked-to-pieces GCC toolchain meant for use in intermediate
// stages only. This preset and its direct output must never be exposed.

View File

@@ -47,7 +47,7 @@ rmdir -v /work/lib
)...)
}
func init() {
artifactsF[musl] = func(t Toolchain) pkg.Artifact {
artifactsF[Musl] = func(t Toolchain) pkg.Artifact {
return t.newMusl(false, nil)
}
}