aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-12 01:48:21 +0900
committerOphestra <cat@gensokyo.uk>2026-02-12 01:48:21 +0900
commit3e18a4b3970b7bf1e7d9fb3e9787a6810bc7d5c5 (patch)
tree127821819d66b86422277b88b78a6435467a3a99 /internal/rosa/all.go
parent1791b604b525cd67f3b6c393a1364688762aa2e0 (diff)
internal/rosa: zstd artifact
Optional dependency of many programs, and generally useful to have around. 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 6c1a8ab7..d59e7483 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -76,6 +76,7 @@ const (
Xproto
XZ
Zlib
+ Zstd
buildcatrust
@@ -176,6 +177,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"xproto": Xproto,
"xz": XZ,
"zlib": Zlib,
+ "zstd": Zstd,
}[name]
return
}