aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/test_linux_std_Debug
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-10-30 12:09:40 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-10-30 12:09:40 -0700
commit8caed4846018cd185b632bc884c7df81b8dd39dc (patch)
tree56875ab179636a034fa5c9c5cf451be4c9b2d3ad /ci/drone/test_linux_std_Debug
parent40e84a27d68e34b26a9e132b59169b14b6ef99c5 (diff)
parent17df35025b94c6f64a83ef45a23eb7798fedb251 (diff)
downloadzig-8caed4846018cd185b632bc884c7df81b8dd39dc.tar.gz
zig-8caed4846018cd185b632bc884c7df81b8dd39dc.zip
Merge branch 'ci-enable-aarch64-linux'
Diffstat (limited to 'ci/drone/test_linux_std_Debug')
-rwxr-xr-xci/drone/test_linux_std_Debug3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/drone/test_linux_std_Debug b/ci/drone/test_linux_std_Debug
index bde270fd15..2e77950f8f 100755
--- a/ci/drone/test_linux_std_Debug
+++ b/ci/drone/test_linux_std_Debug
@@ -12,7 +12,8 @@ $ZIG build test-std \
-Dskip-release-safe \
-Dskip-release-fast \
-Dskip-release-small \
- -Dskip-non-native
+ -Dskip-non-native \
+ -Dskip-single-threaded
# Produce the experimental std lib documentation.
mkdir -p "$INSTALL_PREFIX/doc/std"