| author | |
| committer | |
| log | 2be72c719ec54cfef4a81b8ae9690ccbd61a95ea |
| tree | 58104c778625ef212171ca7bb4cd65c235373b58 |
| parent | 9f4408d68b4f3d0f8d80ed6a81d554da6efba058 |
Hopefully will give us some insight into the spurious failures.
Follow-up from afba53f0f168365a9540a8c8bb39e85a44e0249c.1 files changed, 1 insertions(+), 1 deletions(-)
ci/azure/macos_script+1-1| ... | ... | @@ -9,7 +9,7 @@ ZIGDIR="$(pwd)" |
| 9 | 9 | ARCH="x86_64" |
| 10 | 10 | TARGET="$ARCH-macos-none" |
| 11 | 11 | MCPU="baseline" |
| 12 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4094+a86c7b13a" | |
| 12 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4096+9f4408d68" | |
| 13 | 13 | PREFIX="$HOME/$CACHE_BASENAME" |
| 14 | 14 | JOBS="-j2" |
| 15 | 15 |