We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8ef6b commit 19399ebCopy full SHA for 19399eb
ci/conda/build.sh
@@ -31,7 +31,7 @@ cmake -G Ninja -DCMAKE_INSTALL_PREFIX=$PREFIX \
31
if [ `uname` == Darwin ]; then
32
ninja
33
else
34
-ninja -j 8
+ninja -j 6
35
fi
36
37
# Install step
0 commit comments