mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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.
This commit is contained in:
parent
eef4348953
commit
3fb1b2caef
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue