diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-13 15:06:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-13 15:07:30 +0900 |
| commit | b587caf2e863902eb04a6540462db5852fd1a0b5 (patch) | |
| tree | 68c5eb1ad06849b69dfba973a7cb83f53948d8d0 /internal/rosa/gnu.go | |
| parent | f1c2ca492879d96702155328e2d7b9f6e34ad9db (diff) | |
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 <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/gnu.go')
| -rw-r--r-- | internal/rosa/gnu.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index 5272ad31..61f64122 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -639,7 +639,6 @@ func (t Toolchain) newFindutils() (pkg.Artifact, string) { nil, "https://ftpmirror.gnu.org/gnu/findutils/findutils-"+version+".tar.xz", mustDecode(checksum), ), &PackageAttr{ - SourceKind: SourceKindTarXZ, ScriptEarly: ` echo '#!/bin/sh' > gnulib-tests/test-c32ispunct.sh echo 'int main(){return 0;}' > tests/xargs/test-sigusr.c |
