| author | |
| committer | |
| log | afba53f0f168365a9540a8c8bb39e85a44e0249c |
| tree | 3ab94106a2978859fbef9054e157fbb6a759c682 |
| parent | a86c7b13a399f1e296a202c414a26ac062cf8b8b |
Hopefully will give us some insight into the spurious failures.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.61+9be8396b7" | |
| 12 | CACHE_BASENAME="zig+llvm+lld+clang-$TARGET-0.10.0-dev.4094+a86c7b13a" | |
| 13 | 13 | PREFIX="$HOME/$CACHE_BASENAME" |
| 14 | 14 | JOBS="-j2" |
| 15 | 15 |