kprotty ThreadPool and WaitGroup patch

This commit is contained in:
Andrew Kelley
2020-12-21 14:21:51 -07:00
parent 4eb4d26fa1
commit 829c00a77f
5 changed files with 57 additions and 104 deletions

View File

@@ -17,8 +17,7 @@ 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
cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local -GNinja
samu install
./zig build test -Dskip-release -Dskip-non-native