internal/rosa: musl-fts artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m38s
Test / Hakurei (push) Successful in 3m55s
Test / ShareFS (push) Successful in 3m56s
Test / Hpkg (push) Successful in 4m24s
Test / Sandbox (race detector) (push) Successful in 5m1s
Test / Hakurei (race detector) (push) Successful in 3m24s
Test / Flake checks (push) Successful in 1m54s

Another nonstandard glibc extension used by elfutils.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-20 21:29:09 +09:00
parent 16b20e1d34
commit 273068b90c
2 changed files with 35 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ const (
Make
Meson
Mksh
MuslFts
NSS
NSSCACert
Ninja
@@ -173,6 +174,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"make": Make,
"meson": Meson,
"mksh": Mksh,
"musl-fts": MuslFts,
"nss": NSS,
"nss-cacert": NSSCACert,
"ninja": Ninja,