authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-21 22:25:03-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-23 13:36:21-08:00
log5377b7fb97311448daa3c29a8c8f100656d871ba
tree8c56943d9c174642794ad64615e19c28b94c8b08
parentf4d82f0ad6b10881c0831595ad0e957094892a45

put the drone CI workaround back in

this branch does not solve it

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

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