Skip to content

Commit cd1ddca

Browse files
committed
CI: update x86_64-macos tarball
This one contains a patch to fix an LLVM 18 regression that has been merged upstream already.
1 parent e89d6fc commit cd1ddca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/x86_64-macos-release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
ZIGDIR="$PWD"
77
TARGET="$ARCH-macos-none"
88
MCPU="baseline"
9-
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.69+c8b808826"
9+
CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.123+21e1b3b6f"
1010
PREFIX="$HOME/$CACHE_BASENAME"
1111
JOBS="-j3"
1212
ZIG="$PREFIX/bin/zig"
@@ -59,7 +59,6 @@ stage3/bin/zig build test docs \
5959
-Denable-macos-sdk \
6060
-Dstatic-llvm \
6161
-Dskip-non-native \
62-
-Dskip-release-small \ # https://github.com/ziglang/zig/issues/19851
6362
--search-prefix "$PREFIX"
6463

6564
# Ensure that stage3 and stage4 are byte-for-byte identical.

0 commit comments

Comments
 (0)