aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-12-25 18:39:13 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-12-25 18:39:13 -0700
commitc452bb13220b11242358f06ba80487d4148dbb27 (patch)
tree69faefcb0dd1452a6ffe80bc05b901a27a94fb86 /ci
parentc7834f274d9c48e1ef155a367cbb598c239b8c7a (diff)
downloadzig-c452bb13220b11242358f06ba80487d4148dbb27.tar.gz
zig-c452bb13220b11242358f06ba80487d4148dbb27.zip
ci: build in Debug mode to help find the deadlock
Diffstat (limited to 'ci')
-rwxr-xr-xci/drone/linux_script4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/drone/linux_script b/ci/drone/linux_script
index 8c5dc1be2a..45557fd996 100755
--- a/ci/drone/linux_script
+++ b/ci/drone/linux_script
@@ -17,8 +17,8 @@ git config core.abbrev 9
mkdir build
cd build
-# 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
+# TODO put this back on Release
+cmake .. -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
samu install
./zig build test -Dskip-release -Dskip-non-native