Skip to content

Commit eb4e5c1

Browse files
committed
try to force -j2 for ninja
1 parent 229a40a commit eb4e5c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis/build-wheels.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ set +e
33
echo 'Begin build-wheel...'
44

55
export PYTHON_VERSION=${PYTHON_VERSION/./}
6+
export MAKE_EXTRA=-j2
67

78
echo 'PYTHON_VERSION: '$PYTHON_VERSION
89

910
ENABLE_CONTRIB=$(<contrib.enabled)
10-
ninja_path=$(readlink -f ninja)
1111

1212
source travis/install-ninja.sh
13+
ninja_path=$(readlink -f ninja)
1314

1415
for PYBIN in /opt/python/cp$PYTHON_VERSION*/bin; do
1516
echo 'PWD : '$PWD

0 commit comments

Comments
 (0)