diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-10-30 12:09:40 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-10-30 12:09:40 -0700 |
| commit | 8caed4846018cd185b632bc884c7df81b8dd39dc (patch) | |
| tree | 56875ab179636a034fa5c9c5cf451be4c9b2d3ad /ci/drone/test_linux_std_Debug | |
| parent | 40e84a27d68e34b26a9e132b59169b14b6ef99c5 (diff) | |
| parent | 17df35025b94c6f64a83ef45a23eb7798fedb251 (diff) | |
| download | zig-8caed4846018cd185b632bc884c7df81b8dd39dc.tar.gz zig-8caed4846018cd185b632bc884c7df81b8dd39dc.zip | |
Merge branch 'ci-enable-aarch64-linux'
Diffstat (limited to 'ci/drone/test_linux_std_Debug')
| -rwxr-xr-x | ci/drone/test_linux_std_Debug | 3 |
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" |
