Skip to content

Commit 19399eb

Browse files
committed
Reduced back concurrent jobs to 6 for travis/linux
1 parent 0e8ef6b commit 19399eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cmake -G Ninja -DCMAKE_INSTALL_PREFIX=$PREFIX \
3131
if [ `uname` == Darwin ]; then
3232
ninja
3333
else
34-
ninja -j 8
34+
ninja -j 6
3535
fi
3636

3737
# Install step

0 commit comments

Comments
 (0)