aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-29 18:06:17 +0900
committerOphestra <cat@gensokyo.uk>2026-01-29 18:06:17 +0900
commit85eda49b2b7ab27cbebfd82200760ff609b003c5 (patch)
tree617f17b7fe126d79de5580c8237367400c36cb6e /internal/rosa/all.go
parentb26bc05bb0c392e52e964061ec598f4487e14f08 (diff)
internal/rosa: xz artifact
Wanted to avoid this as much as possible. Unfortunately newer versions of GNU findutils only come in xz and is required for llvm compiler-rt sanitisers. 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 72c7e176..9b4872a3 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -58,6 +58,7 @@ const (
XCB
XCBProto
Xproto
+ XZ
Zlib
buildcatrust
@@ -135,6 +136,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"xcb": XCB,
"xcb-proto": XCBProto,
"xproto": Xproto,
+ "xz": XZ,
"zlib": Zlib,
}[name]
return