CI: update tarballs to 0.11.0-dev.448+e6e459e9e

Notably this contains a fix to zig cc that enables the syntax
`-Wl,-z,stack-size=0x10000`.
This commit is contained in:
Andrew Kelley
2022-12-02 10:54:52 -07:00
parent 5eaacf1ce9
commit af4361f57a
7 changed files with 7 additions and 7 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.256+271cc52a1"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.11.0-dev.448+e6e459e9e"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"