Skip to content

Commit 8ab70f8

Browse files
committed
ci: update aarch64-macos for a persistent work dir
1 parent c3faae6 commit 8ab70f8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ci/aarch64-macos-debug.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ cd $ZIGDIR
2626
git fetch --unshallow || true
2727
git fetch --tags
2828

29-
mkdir build
30-
cd build
29+
rm -rf build-debug
30+
mkdir build-debug
31+
cd build-debug
3132

3233
# Override the cache directories because they won't actually help other CI runs
3334
# which will be testing alternate versions of zig, and ultimately would just

ci/aarch64-macos-release.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ cd $ZIGDIR
2626
git fetch --unshallow || true
2727
git fetch --tags
2828

29-
mkdir build
30-
cd build
29+
rm -rf build-release
30+
mkdir build-release
31+
cd build-release
3132

3233
# Override the cache directories because they won't actually help other CI runs
3334
# which will be testing alternate versions of zig, and ultimately would just

0 commit comments

Comments
 (0)