From b587caf2e863902eb04a6540462db5852fd1a0b5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 13 Apr 2026 15:06:53 +0900 Subject: internal/rosa: assume file source is xz-compressed XZ happens to be the only widely-used format that is awful to deal with, everything else is natively supported. Signed-off-by: Ophestra --- internal/rosa/strace.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/rosa/strace.go') diff --git a/internal/rosa/strace.go b/internal/rosa/strace.go index 3bc4428e..9aa0ca4a 100644 --- a/internal/rosa/strace.go +++ b/internal/rosa/strace.go @@ -11,8 +11,6 @@ func (t Toolchain) newStrace() (pkg.Artifact, string) { nil, "https://strace.io/files/"+version+"/strace-"+version+".tar.xz", mustDecode(checksum), ), &PackageAttr{ - SourceKind: SourceKindTarXZ, - // patch not possible with nonzero SourceKind ScriptEarly: ` sed -i 's/off64_t/off_t/g' \ -- cgit v1.3.1