Skip to content

Commit cc2fa9e

Browse files
committed
Reduced concurrent build with ninja, to test if compilation on travis goes better
1 parent ec79f57 commit cc2fa9e

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
@@ -18,7 +18,7 @@ cmake -G Ninja -DCMAKE_INSTALL_PREFIX=$PREFIX \
1818
# Build step
1919
# on linux travis, limit the number of concurrent jobs otherwise
2020
# gcc gets out of memory
21-
ninja -j 6 install
21+
ninja -j 2 install
2222

2323
# fix rpaths
2424
if [ `uname` == Darwin ]; then

0 commit comments

Comments
 (0)