mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
CI: take advantage of zig build concurrency
I ain't afraid of no ghost. This reverts commit 14a176b9b16e07a66a2f9cd485aaf80fed0f5a12.
This commit is contained in:
parent
030742f1f7
commit
8d4067e7a3
7 changed files with 0 additions and 7 deletions
|
|
@ -60,7 +60,6 @@ stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf
|
|||
# TODO: add -fqemu back to this line
|
||||
|
||||
stage3-debug/bin/zig build test docs \
|
||||
-j1 \
|
||||
-fwasmtime \
|
||||
-Dstatic-llvm \
|
||||
-Dtarget=native-native-musl \
|
||||
|
|
|
|||
|
|
@ -60,7 +60,6 @@ stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
|
|||
# TODO: add -fqemu back to this line
|
||||
|
||||
stage3-release/bin/zig build test docs \
|
||||
-j1 \
|
||||
-fwasmtime \
|
||||
-Dstatic-llvm \
|
||||
-Dtarget=native-native-musl \
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ PATH="$HOME/local/bin:$PATH" cmake .. \
|
|||
$HOME/local/bin/ninja install
|
||||
|
||||
stage3-release/bin/zig build test docs \
|
||||
-j1 \
|
||||
--zig-lib-dir "$(pwd)/../lib" \
|
||||
-Denable-macos-sdk \
|
||||
-Dstatic-llvm \
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ stage3-debug/bin/zig fmt --check .. \
|
|||
stage3-debug/bin/zig build -Dtarget=arm-linux-musleabihf
|
||||
|
||||
stage3-debug/bin/zig build test docs \
|
||||
-j1 \
|
||||
-fqemu \
|
||||
-fwasmtime \
|
||||
-Dstatic-llvm \
|
||||
|
|
|
|||
|
|
@ -59,7 +59,6 @@ stage3-release/bin/zig fmt --check .. \
|
|||
stage3-release/bin/zig build -Dtarget=arm-linux-musleabihf
|
||||
|
||||
stage3-release/bin/zig build test docs \
|
||||
-j1 \
|
||||
-fqemu \
|
||||
-fwasmtime \
|
||||
-Dstatic-llvm \
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ cmake .. \
|
|||
make $JOBS install
|
||||
|
||||
stage3/bin/zig build test docs \
|
||||
-j1 \
|
||||
--zig-lib-dir "$(pwd)/../lib" \
|
||||
-Denable-macos-sdk \
|
||||
-Dstatic-llvm \
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ cmake .. \
|
|||
make $JOBS install
|
||||
|
||||
stage3/bin/zig build test docs \
|
||||
-j1 \
|
||||
--zig-lib-dir "$(pwd)/../lib" \
|
||||
-Denable-macos-sdk \
|
||||
-Dstatic-llvm \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue