zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 2be72c719ec54cfef4a81b8ae9690ccbd61a95ea (tree)
parent 9f4408d68b4f3d0f8d80ed6a81d554da6efba058
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Thu, 15 Sep 2022 13:56:18 -0700

ci: azure: macos: use an unstripped debug zig tarball

Hopefully will give us some insight into the spurious failures.

Follow-up from afba53f0f168365a9540a8c8bb39e85a44e0249c.

Diffstat:
Mci/azure/macos_script | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/azure/macos_script b/ci/azure/macos_script @@ -9,7 +9,7 @@ ZIGDIR="$(pwd)" ARCH="x86_64" TARGET="$ARCH-macos-none" MCPU="baseline" -CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4094+a86c7b13a" +CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4096+9f4408d68" PREFIX="$HOME/$CACHE_BASENAME" JOBS="-j2"