mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
ci: update aarch64-macos for a persistent work dir
This commit is contained in:
parent
c3faae6bf1
commit
8ab70f80cb
@ -26,8 +26,9 @@ cd $ZIGDIR
|
|||||||
git fetch --unshallow || true
|
git fetch --unshallow || true
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
|
|
||||||
mkdir build
|
rm -rf build-debug
|
||||||
cd build
|
mkdir build-debug
|
||||||
|
cd build-debug
|
||||||
|
|
||||||
# Override the cache directories because they won't actually help other CI runs
|
# 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
|
# which will be testing alternate versions of zig, and ultimately would just
|
||||||
|
@ -26,8 +26,9 @@ cd $ZIGDIR
|
|||||||
git fetch --unshallow || true
|
git fetch --unshallow || true
|
||||||
git fetch --tags
|
git fetch --tags
|
||||||
|
|
||||||
mkdir build
|
rm -rf build-release
|
||||||
cd build
|
mkdir build-release
|
||||||
|
cd build-release
|
||||||
|
|
||||||
# Override the cache directories because they won't actually help other CI runs
|
# 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
|
# which will be testing alternate versions of zig, and ultimately would just
|
||||||
|
Loading…
Reference in New Issue
Block a user