diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-12-21 14:21:51 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-12-23 13:36:21 -0800 |
| commit | 829c00a77fd2d6b7576c6d2b724f69ba9cfe10f2 (patch) | |
| tree | 879be7bfbb6b021489f1d45d63af9732dba4593a /ci/drone/linux_script | |
| parent | 4eb4d26fa14524652bed69325eb491f39701d995 (diff) | |
| download | zig-829c00a77fd2d6b7576c6d2b724f69ba9cfe10f2.tar.gz zig-829c00a77fd2d6b7576c6d2b724f69ba9cfe10f2.zip | |
kprotty ThreadPool and WaitGroup patch
Diffstat (limited to 'ci/drone/linux_script')
| -rwxr-xr-x | ci/drone/linux_script | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/drone/linux_script b/ci/drone/linux_script index 8c5dc1be2a..fdc1704fb7 100755 --- a/ci/drone/linux_script +++ b/ci/drone/linux_script @@ -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 |
