diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 18:06:17 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 18:06:17 +0900 |
| commit | 85eda49b2b7ab27cbebfd82200760ff609b003c5 (patch) | |
| tree | 617f17b7fe126d79de5580c8237367400c36cb6e /internal/rosa/all.go | |
| parent | b26bc05bb0c392e52e964061ec598f4487e14f08 (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.go | 2 |
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 |
