authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-03-08 00:19:55-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-03-15 10:48:14-07:00
log8d4067e7a37c13c0761b2685f46375b32f01037a
treea102817bec0487b0e52dce4a5a6f53491daf328d
parent030742f1f73d0c9a237d7512d894e88b05ad53af

CI: take advantage of zig build concurrency

I ain't afraid of no ghost. This reverts commit 14a176b9b16e07a66a2f9cd485aaf80fed0f5a12.

7 files changed, 0 insertions(+), 7 deletions(-)

ci/aarch64-linux-debug.sh-1
...@@ -60,7 +60,6 @@ stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf...@@ -60,7 +60,6 @@ stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf
60# TODO: add -fqemu back to this line60# TODO: add -fqemu back to this line
6161
62stage3-debug/bin/zig build test docs \62stage3-debug/bin/zig build test docs \
63 -j1 \
64 -fwasmtime \63 -fwasmtime \
65 -Dstatic-llvm \64 -Dstatic-llvm \
66 -Dtarget=native-native-musl \65 -Dtarget=native-native-musl \
ci/aarch64-linux-release.sh-1
...@@ -60,7 +60,6 @@ stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf...@@ -60,7 +60,6 @@ stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
60# TODO: add -fqemu back to this line60# TODO: add -fqemu back to this line
6161
62stage3-release/bin/zig build test docs \62stage3-release/bin/zig build test docs \
63 -j1 \
64 -fwasmtime \63 -fwasmtime \
65 -Dstatic-llvm \64 -Dstatic-llvm \
66 -Dtarget=native-native-musl \65 -Dtarget=native-native-musl \
ci/aarch64-macos.sh-1
...@@ -44,7 +44,6 @@ PATH="$HOME/local/bin:$PATH" cmake .. \...@@ -44,7 +44,6 @@ PATH="$HOME/local/bin:$PATH" cmake .. \
44$HOME/local/bin/ninja install44$HOME/local/bin/ninja install
4545
46stage3-release/bin/zig build test docs \46stage3-release/bin/zig build test docs \
47 -j1 \
48 --zig-lib-dir "$(pwd)/../lib" \47 --zig-lib-dir "$(pwd)/../lib" \
49 -Denable-macos-sdk \48 -Denable-macos-sdk \
50 -Dstatic-llvm \49 -Dstatic-llvm \
ci/x86_64-linux-debug.sh-1
...@@ -58,7 +58,6 @@ stage3-debug/bin/zig fmt --check .. \...@@ -58,7 +58,6 @@ stage3-debug/bin/zig fmt --check .. \
58stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf58stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf
5959
60stage3-debug/bin/zig build test docs \60stage3-debug/bin/zig build test docs \
61 -j1 \
62 -fqemu \61 -fqemu \
63 -fwasmtime \62 -fwasmtime \
64 -Dstatic-llvm \63 -Dstatic-llvm \
ci/x86_64-linux-release.sh-1
...@@ -59,7 +59,6 @@ stage3-release/bin/zig fmt --check .. \...@@ -59,7 +59,6 @@ stage3-release/bin/zig fmt --check .. \
59stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf59stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
6060
61stage3-release/bin/zig build test docs \61stage3-release/bin/zig build test docs \
62 -j1 \
63 -fqemu \62 -fqemu \
64 -fwasmtime \63 -fwasmtime \
65 -Dstatic-llvm \64 -Dstatic-llvm \
ci/x86_64-macos-debug.sh-1
...@@ -48,7 +48,6 @@ cmake .. \...@@ -48,7 +48,6 @@ cmake .. \
48make $JOBS install48make $JOBS install
4949
50stage3/bin/zig build test docs \50stage3/bin/zig build test docs \
51 -j1 \
52 --zig-lib-dir "$(pwd)/../lib" \51 --zig-lib-dir "$(pwd)/../lib" \
53 -Denable-macos-sdk \52 -Denable-macos-sdk \
54 -Dstatic-llvm \53 -Dstatic-llvm \
ci/x86_64-macos-release.sh-1
...@@ -48,7 +48,6 @@ cmake .. \...@@ -48,7 +48,6 @@ cmake .. \
48make $JOBS install48make $JOBS install
4949
50stage3/bin/zig build test docs \50stage3/bin/zig build test docs \
51 -j1 \
52 --zig-lib-dir "$(pwd)/../lib" \51 --zig-lib-dir "$(pwd)/../lib" \
53 -Denable-macos-sdk \52 -Denable-macos-sdk \
54 -Dstatic-llvm \53 -Dstatic-llvm \