We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364c8b2 commit ea984cbCopy full SHA for ea984cb
1 file changed
ci/scripts/r_windows_build.sh
@@ -64,8 +64,8 @@ cd build
64
# This may vary by system/CI provider
65
MSYS_LIB_DIR="/c/rtools${RTOOLS_VERSION}"
66
67
-# Untar the builds we made
68
-ls *.xz | xargs -n 1 tar -xJf
+# Untar the builds we made (RTools42+ uses zstd compression instead of xz)
+ls *.zst *.xz 2>/dev/null | xargs -n 1 tar -xf
69
mkdir -p $DST_DIR
70
# Grab the headers from one, either one is fine
71
# (if we're building twice to combine old and new toolchains, this may already exist)
0 commit comments