aboutsummaryrefslogtreecommitdiff
path: root/ci/aarch64-linux-debug.sh
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-03-08 00:19:55 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-03-15 10:48:14 -0700
commit8d4067e7a37c13c0761b2685f46375b32f01037a (patch)
treea102817bec0487b0e52dce4a5a6f53491daf328d /ci/aarch64-linux-debug.sh
parent030742f1f73d0c9a237d7512d894e88b05ad53af (diff)
downloadzig-8d4067e7a37c13c0761b2685f46375b32f01037a.tar.gz
zig-8d4067e7a37c13c0761b2685f46375b32f01037a.zip
CI: take advantage of zig build concurrency
I ain't afraid of no ghost. This reverts commit 14a176b9b16e07a66a2f9cd485aaf80fed0f5a12.
Diffstat (limited to 'ci/aarch64-linux-debug.sh')
-rw-r--r--ci/aarch64-linux-debug.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh
index 90ed8bbc35..94f40c557b 100644
--- a/ci/aarch64-linux-debug.sh
+++ b/ci/aarch64-linux-debug.sh
@@ -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 \