Skip to content

Commit

Permalink
ci: update aarch64-macos for a persistent work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobly0 committed Jul 18, 2024
1 parent c3faae6 commit 8ab70f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ci/aarch64-macos-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ cd $ZIGDIR
git fetch --unshallow || true
git fetch --tags

mkdir build
cd build
rm -rf build-debug
mkdir build-debug
cd build-debug

# Override the cache directories because they won't actually help other CI runs
# which will be testing alternate versions of zig, and ultimately would just
Expand Down
5 changes: 3 additions & 2 deletions ci/aarch64-macos-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ cd $ZIGDIR
git fetch --unshallow || true
git fetch --tags

mkdir build
cd build
rm -rf build-release
mkdir build-release
cd build-release

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

0 comments on commit 8ab70f8

Please sign in to comment.