CI: take advantage of zig build concurrency

I ain't afraid of no ghost.

This reverts commit 14a176b9b16e07a66a2f9cd485aaf80fed0f5a12.
This commit is contained in:
Andrew Kelley 2023-03-08 00:19:55 -07:00
parent 030742f1f7
commit 8d4067e7a3
7 changed files with 0 additions and 7 deletions

View file

@ -60,7 +60,6 @@ stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf
# TODO: add -fqemu back to this line # TODO: add -fqemu back to this line
stage3-debug/bin/zig build test docs \ stage3-debug/bin/zig build test docs \
-j1 \
-fwasmtime \ -fwasmtime \
-Dstatic-llvm \ -Dstatic-llvm \
-Dtarget=native-native-musl \ -Dtarget=native-native-musl \

View file

@ -60,7 +60,6 @@ stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
# TODO: add -fqemu back to this line # TODO: add -fqemu back to this line
stage3-release/bin/zig build test docs \ stage3-release/bin/zig build test docs \
-j1 \
-fwasmtime \ -fwasmtime \
-Dstatic-llvm \ -Dstatic-llvm \
-Dtarget=native-native-musl \ -Dtarget=native-native-musl \

View file

@ -44,7 +44,6 @@ PATH="$HOME/local/bin:$PATH" cmake .. \
$HOME/local/bin/ninja install $HOME/local/bin/ninja install
stage3-release/bin/zig build test docs \ stage3-release/bin/zig build test docs \
-j1 \
--zig-lib-dir "$(pwd)/../lib" \ --zig-lib-dir "$(pwd)/../lib" \
-Denable-macos-sdk \ -Denable-macos-sdk \
-Dstatic-llvm \ -Dstatic-llvm \

View file

@ -58,7 +58,6 @@ stage3-debug/bin/zig fmt --check .. \
stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf
stage3-debug/bin/zig build test docs \ stage3-debug/bin/zig build test docs \
-j1 \
-fqemu \ -fqemu \
-fwasmtime \ -fwasmtime \
-Dstatic-llvm \ -Dstatic-llvm \

View file

@ -59,7 +59,6 @@ stage3-release/bin/zig fmt --check .. \
stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
stage3-release/bin/zig build test docs \ stage3-release/bin/zig build test docs \
-j1 \
-fqemu \ -fqemu \
-fwasmtime \ -fwasmtime \
-Dstatic-llvm \ -Dstatic-llvm \

View file

@ -48,7 +48,6 @@ cmake .. \
make $JOBS install make $JOBS install
stage3/bin/zig build test docs \ stage3/bin/zig build test docs \
-j1 \
--zig-lib-dir "$(pwd)/../lib" \ --zig-lib-dir "$(pwd)/../lib" \
-Denable-macos-sdk \ -Denable-macos-sdk \
-Dstatic-llvm \ -Dstatic-llvm \

View file

@ -48,7 +48,6 @@ cmake .. \
make $JOBS install make $JOBS install
stage3/bin/zig build test docs \ stage3/bin/zig build test docs \
-j1 \
--zig-lib-dir "$(pwd)/../lib" \ --zig-lib-dir "$(pwd)/../lib" \
-Denable-macos-sdk \ -Denable-macos-sdk \
-Dstatic-llvm \ -Dstatic-llvm \