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
6060# TODO: add -fqemu back to this line
6161
6262stage3-debug/bin/zig build test docs \
63 -j1 \
6463 -fwasmtime \
6564 -Dstatic-llvm \
6665 -Dtarget=native-native-musl \
ci/aarch64-linux-release.sh-1
......@@ -60,7 +60,6 @@ stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
6060# TODO: add -fqemu back to this line
6161
6262stage3-release/bin/zig build test docs \
63 -j1 \
6463 -fwasmtime \
6564 -Dstatic-llvm \
6665 -Dtarget=native-native-musl \
ci/aarch64-macos.sh-1
......@@ -44,7 +44,6 @@ PATH="$HOME/local/bin:$PATH" cmake .. \
4444$HOME/local/bin/ninja install
4545
4646stage3-release/bin/zig build test docs \
47 -j1 \
4847 --zig-lib-dir "$(pwd)/../lib" \
4948 -Denable-macos-sdk \
5049 -Dstatic-llvm \
ci/x86_64-linux-debug.sh-1
......@@ -58,7 +58,6 @@ stage3-debug/bin/zig fmt --check .. \
5858stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf
5959
6060stage3-debug/bin/zig build test docs \
61 -j1 \
6261 -fqemu \
6362 -fwasmtime \
6463 -Dstatic-llvm \
ci/x86_64-linux-release.sh-1
......@@ -59,7 +59,6 @@ stage3-release/bin/zig fmt --check .. \
5959stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
6060
6161stage3-release/bin/zig build test docs \
62 -j1 \
6362 -fqemu \
6463 -fwasmtime \
6564 -Dstatic-llvm \
ci/x86_64-macos-debug.sh-1
......@@ -48,7 +48,6 @@ cmake .. \
4848make $JOBS install
4949
5050stage3/bin/zig build test docs \
51 -j1 \
5251 --zig-lib-dir "$(pwd)/../lib" \
5352 -Denable-macos-sdk \
5453 -Dstatic-llvm \
ci/x86_64-macos-release.sh-1
......@@ -48,7 +48,6 @@ cmake .. \
4848make $JOBS install
4949
5050stage3/bin/zig build test docs \
51 -j1 \
5251 --zig-lib-dir "$(pwd)/../lib" \
5352 -Denable-macos-sdk \
5453 -Dstatic-llvm \