Skip to content

Commit

Permalink
CI: update bootstrap tarballs to latest
Browse files Browse the repository at this point in the history
Updates llvm libraries to 17.0.0rc3 which contain bug fixes that
affected the zig test suite.
  • Loading branch information
andrewrk committed Aug 24, 2023
1 parent 588361f commit a484f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/x86_64-linux-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
ARCH="$(uname -m)"
TARGET="$ARCH-linux-musl"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.80+48c5929e1"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.193+0aa9b5d32"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"

Expand Down
2 changes: 1 addition & 1 deletion ci/x86_64-linux-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
ARCH="$(uname -m)"
TARGET="$ARCH-linux-musl"
MCPU="baseline"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.80+48c5929e1"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.193+0aa9b5d32"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"

Expand Down

0 comments on commit a484f56

Please sign in to comment.