aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-05 18:06:33 +0900
committerOphestra <cat@gensokyo.uk>2026-02-05 18:06:33 +0900
commit3c9f7cfcd0d0ecdff108ce12eefc24f236e1c566 (patch)
treecf906c6cad9855c9bc7274e3bb725433a862461b /internal/rosa/all.go
parenta3526b3ceb90db2bc7d7337ed89febd5cd4a89f3 (diff)
internal/rosa: libpsl artifact
Required by curl. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 04ac5221..9ff5798a 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -33,6 +33,7 @@ const (
KernelHeaders
LibXau
Libexpat
+ Libpsl
Libffi
Libgd
Libtool
@@ -118,6 +119,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"kernel-headers": KernelHeaders,
"libXau": LibXau,
"libexpat": Libexpat,
+ "libpsl": Libpsl,
"libseccomp": Libseccomp,
"libxml2": Libxml2,
"libffi": Libffi,