commit 5377b7fb97311448daa3c29a8c8f100656d871ba (tree) parent f4d82f0ad6b10881c0831595ad0e957094892a45 Author: Andrew Kelley <andrew@ziglang.org> Date: Mon, 21 Dec 2020 22:25:03 -0700 put the drone CI workaround back in this branch does not solve it Diffstat:
| M | ci/drone/linux_script | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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