authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-25 18:39:13-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-25 18:39:13-07:00
logc452bb13220b11242358f06ba80487d4148dbb27
tree69faefcb0dd1452a6ffe80bc05b901a27a94fb86
parentc7834f274d9c48e1ef155a367cbb598c239b8c7a

ci: build in Debug mode to help find the deadlock


1 files changed, 2 insertions(+), 2 deletions(-)

ci/drone/linux_script+2-2
...@@ -17,8 +17,8 @@ git config core.abbrev 9...@@ -17,8 +17,8 @@ git config core.abbrev 9
1717
18mkdir build18mkdir build
19cd build19cd build
20# TODO figure out why Drone CI is deadlocking and stop passing -DZIG_SINGLE_THREADED=ON20# TODO put this back on Release
21cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja -DZIG_SINGLE_THREADED=ON21cmake .. -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
2222
23samu install23samu install
24./zig build test -Dskip-release -Dskip-non-native24./zig build test -Dskip-release -Dskip-non-native