internal/rosa: libxslt artifact
All checks were successful
Test / Create distribution (push) Successful in 32s
Test / Hakurei (push) Successful in 51s
Test / Sandbox (push) Successful in 1m50s
Test / Sandbox (race detector) (push) Successful in 2m38s
Test / ShareFS (push) Successful in 3m0s
Test / Hakurei (race detector) (push) Successful in 3m36s
Test / Hpkg (push) Successful in 3m35s
Test / Flake checks (push) Successful in 2m0s

For building documentation that cannot be turned off.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-24 23:41:54 +09:00
parent f7f80f95b9
commit c8bb88cced
2 changed files with 42 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ const (
Libseccomp
Libucontext
Libxml2
Libxslt
M4
MPC
MPFR
@@ -189,6 +190,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"libseccomp": Libseccomp,
"libucontext": Libucontext,
"libxml2": Libxml2,
"libxslt": Libxslt,
"libffi": Libffi,
"libgd": Libgd,
"libtool": Libtool,