| author | |
| committer | |
| log | 8ab70f80cb8943dde41a5e4a8ca73631d44643a2 |
| tree | 8005658a520538696bb7a799d111599055483d43 |
| parent | c3faae6bf1589380e983aaf9e3238f053ba4a674 |
2 files changed, 6 insertions(+), 4 deletions(-)
ci/aarch64-macos-debug.sh+3-2| ... | ... | @@ -26,8 +26,9 @@ cd $ZIGDIR |
| 26 | 26 | git fetch --unshallow || true |
| 27 | 27 | git fetch --tags |
| 28 | 28 | |
| 29 | mkdir build | |
| 30 | cd build | |
| 29 | rm -rf build-debug | |
| 30 | mkdir build-debug | |
| 31 | cd build-debug | |
| 31 | 32 | |
| 32 | 33 | # Override the cache directories because they won't actually help other CI runs |
| 33 | 34 | # 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 | 26 | git fetch --unshallow || true |
| 27 | 27 | git fetch --tags |
| 28 | 28 | |
| 29 | mkdir build | |
| 30 | cd build | |
| 29 | rm -rf build-release | |
| 30 | mkdir build-release | |
| 31 | cd build-release | |
| 31 | 32 | |
| 32 | 33 | # Override the cache directories because they won't actually help other CI runs |
| 33 | 34 | # which will be testing alternate versions of zig, and ultimately would just |