aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/linux_script
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-12-21 22:25:03 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-12-23 13:36:21 -0800
commit5377b7fb97311448daa3c29a8c8f100656d871ba (patch)
tree8c56943d9c174642794ad64615e19c28b94c8b08 /ci/drone/linux_script
parentf4d82f0ad6b10881c0831595ad0e957094892a45 (diff)
downloadzig-5377b7fb97311448daa3c29a8c8f100656d871ba.tar.gz
zig-5377b7fb97311448daa3c29a8c8f100656d871ba.zip
put the drone CI workaround back in
this branch does not solve it
Diffstat (limited to 'ci/drone/linux_script')
-rwxr-xr-xci/drone/linux_script3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/drone/linux_script b/ci/drone/linux_script
index fdc1704fb7..8c5dc1be2a 100755
--- a/ci/drone/linux_script
+++ b/ci/drone/linux_script
@@ -17,7 +17,8 @@ git config core.abbrev 9
mkdir build
cd build
-cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
+# TODO figure out why Drone CI is deadlocking and stop passing -DZIG_SINGLE_THREADED=ON
+cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja -DZIG_SINGLE_THREADED=ON
samu install
./zig build test -Dskip-release -Dskip-non-native