aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-12-05 17:55:48 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-12-06 12:27:28 -0700
commit3fb1b2caefd692aa351b5add4cbcbbf91e4e9f9f (patch)
tree2382b094a1a6f179121768b65c33f5dbf0d807d7 /ci
parenteef43489534476c98e7ea703e7c5c2e874e7100c (diff)
downloadzig-3fb1b2caefd692aa351b5add4cbcbbf91e4e9f9f.tar.gz
zig-3fb1b2caefd692aa351b5add4cbcbbf91e4e9f9f.zip
CI: use a patched tarball
In the CI system, I copied the old tarball and then applied 05c21a26cb2d5daf06191bd996d0770192704b66 to its compiler_rt implementation. After this is verified we can drop this commit and regenerate the tarballs from a master branch commit.
Diffstat (limited to 'ci')
-rw-r--r--ci/aarch64-linux-debug.sh2
-rw-r--r--ci/aarch64-linux-release.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh
index b49c47967c..2fc751b772 100644
--- a/ci/aarch64-linux-debug.sh
+++ b/ci/aarch64-linux-debug.sh
@@ -8,7 +8,7 @@ set -e
ARCH="$(uname -m)"
TARGET="$ARCH-linux-musl"
MCPU="baseline"
-CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.448+e6e459e9e"
+CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.448+e6e459e9e-1"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"
diff --git a/ci/aarch64-linux-release.sh b/ci/aarch64-linux-release.sh
index 394361269d..046d4c8f28 100644
--- a/ci/aarch64-linux-release.sh
+++ b/ci/aarch64-linux-release.sh
@@ -8,7 +8,7 @@ set -e
ARCH="$(uname -m)"
TARGET="$ARCH-linux-musl"
MCPU="baseline"
-CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.448+e6e459e9e"
+CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.448+e6e459e9e-1"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"