authorgravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2024-07-17 21:49:53-04:00
committergravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2024-07-17 21:52:28-04:00
log8ab70f80cb8943dde41a5e4a8ca73631d44643a2
tree8005658a520538696bb7a799d111599055483d43
parentc3faae6bf1589380e983aaf9e3238f053ba4a674

ci: update aarch64-macos for a persistent work dir


2 files changed, 6 insertions(+), 4 deletions(-)

ci/aarch64-macos-debug.sh+3-2
...@@ -26,8 +26,9 @@ cd $ZIGDIR...@@ -26,8 +26,9 @@ cd $ZIGDIR
26git fetch --unshallow || true26git fetch --unshallow || true
27git fetch --tags27git fetch --tags
2828
29mkdir build29rm -rf build-debug
30cd build30mkdir build-debug
31cd build-debug
3132
32# Override the cache directories because they won't actually help other CI runs33# Override the cache directories because they won't actually help other CI runs
33# which will be testing alternate versions of zig, and ultimately would just34# which will be testing alternate versions of zig, and ultimately would just
ci/aarch64-macos-release.sh+3-2
...@@ -26,8 +26,9 @@ cd $ZIGDIR...@@ -26,8 +26,9 @@ cd $ZIGDIR
26git fetch --unshallow || true26git fetch --unshallow || true
27git fetch --tags27git fetch --tags
2828
29mkdir build29rm -rf build-release
30cd build30mkdir build-release
31cd build-release
3132
32# Override the cache directories because they won't actually help other CI runs33# Override the cache directories because they won't actually help other CI runs
33# which will be testing alternate versions of zig, and ultimately would just34# which will be testing alternate versions of zig, and ultimately would just