internal/rosa: musl-obstack artifact
All checks were successful
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m45s
Test / Hakurei (push) Successful in 3m57s
Test / ShareFS (push) Successful in 4m5s
Test / Hpkg (push) Successful in 4m42s
Test / Sandbox (race detector) (push) Successful in 5m4s
Test / Hakurei (race detector) (push) Successful in 6m2s
Test / Flake checks (push) Successful in 1m38s

Yet another nonstandard glibc extension used by elfutils.

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

View File

@@ -58,6 +58,7 @@ const (
Meson
Mksh
MuslFts
MuslObstack
NSS
NSSCACert
Ninja
@@ -175,6 +176,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"meson": Meson,
"mksh": Mksh,
"musl-fts": MuslFts,
"musl-obstack": MuslObstack,
"nss": NSS,
"nss-cacert": NSSCACert,
"ninja": Ninja,