You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unpacking XZ-compressed archives (like `host_llvm_17.0.5_x86_64-unknown-linux.tar.xz`) with GNU tar requires either using the `-J` flag or none at all (rather than the `-z` flag, which seems to be reserved for gzip). On macOS, `-xzf` behaves like `-xf`, which is likely why this issue didn't come up there.
With `-xf` both macOS and GNU tar automatically recognize the right format.
Fixes#112.
0 commit comments