From 85eda49b2b7ab27cbebfd82200760ff609b003c5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 18:06:17 +0900 Subject: 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 --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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 -- cgit v1.3.1