internal/rosa: zstd artifact

Optional dependency of many programs, and generally useful to have around.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-12 01:48:21 +09:00
parent 1791b604b5
commit 3e18a4b397
2 changed files with 24 additions and 0 deletions

View File

@@ -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
}