We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89d6fc commit cd1ddcaCopy full SHA for cd1ddca
ci/x86_64-macos-release.sh
@@ -6,7 +6,7 @@ set -e
6
ZIGDIR="$PWD"
7
TARGET="$ARCH-macos-none"
8
MCPU="baseline"
9
-CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.69+c8b808826"
+CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.13.0-dev.123+21e1b3b6f"
10
PREFIX="$HOME/$CACHE_BASENAME"
11
JOBS="-j3"
12
ZIG="$PREFIX/bin/zig"
@@ -59,7 +59,6 @@ stage3/bin/zig build test docs \
59
-Denable-macos-sdk \
60
-Dstatic-llvm \
61
-Dskip-non-native \
62
- -Dskip-release-small \ # https://github.com/ziglang/zig/issues/19851
63
--search-prefix "$PREFIX"
64
65
# Ensure that stage3 and stage4 are byte-for-byte identical.
0 commit comments