CI: update x86_64-linux tarball

This commit is contained in:
Andrew Kelley 2023-08-11 23:01:25 -07:00
parent 78e95e1062
commit 0bd1058d5a
2 changed files with 2 additions and 2 deletions

View File

@ -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.1869+df4cfc2ec"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.80+48c5929e1"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"

View File

@ -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.1869+df4cfc2ec"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.12.0-dev.80+48c5929e1"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"