internal/rosa: libiconv artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m48s
Test / Hakurei (push) Successful in 4m3s
Test / ShareFS (push) Successful in 3m56s
Test / Hpkg (push) Successful in 4m25s
Test / Sandbox (race detector) (push) Successful in 5m1s
Test / Hakurei (race detector) (push) Successful in 6m18s
Test / Flake checks (push) Successful in 1m45s

For software that assumes glibc.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-21 14:35:32 +09:00
parent 0123bbee3d
commit 0264a1ef09
2 changed files with 15 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ const (
Kmod
LibXau
Libexpat
Libiconv
Libpsl
Libffi
Libgd
@@ -167,6 +168,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"kmod": Kmod,
"libXau": LibXau,
"libexpat": Libexpat,
"libiconv": Libiconv,
"libpsl": Libpsl,
"libseccomp": Libseccomp,
"libucontext": Libucontext,