Skip to content

Commit

Permalink
Try to fix manylinux1 deployment again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Sep 26, 2019
1 parent 23942b7 commit 0b1ecda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .ci/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

cd /io/

if [[ $PLAT != "manylinux2010_x86_64" ]]; then
/opt/python/cp37-cp37m/bin/pip install cmake
export PATH=/opt/_internal/cpython-3.7.4/lib/python3.7/site-packages/cmake/data/bin:$PATH
fi
/opt/python/cp37-cp37m/bin/pip install cmake==3.13.3
export PATH=/opt/_internal/cpython-3.7.4/lib/python3.7/site-packages/cmake/data/bin:$PATH

for PYBIN in /opt/python/*/bin; do
echo "========================================================="
echo $PYBIN
echo "========================================================="
"${PYBIN}/pip" install scikit-build
"${PYBIN}/python" setup.py bdist_wheel -p $PLAT
done
2 changes: 1 addition & 1 deletion VERSION_INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6

0 comments on commit 0b1ecda

Please sign in to comment.