ci: Update tarballs to 0.15.0-dev.203+53270f008.

This commit is contained in:
Alex Rønne Petersen
2025-04-03 06:10:28 +02:00
parent 957a5ae560
commit 4b360a1ff0
10 changed files with 10 additions and 10 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.14.0-dev.1622+2ac543388"
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.15.0-dev.203+53270f008"
PREFIX="$HOME/deps/$CACHE_BASENAME"
ZIG="$PREFIX/bin/zig"