Skip to content

Commit

Permalink
Fix docker python script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 27, 2018
1 parent cdc08f8 commit 169ce39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/build-manylinux1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function export_manylinux_wheel {
# We need to force this target, otherwise the protobuf stub will be missing
# (for the makefile, it exists even if previously generated for another
# platform)
make -B install_python_modules # regenerates Makefile.local
rm -f Makefile.local # regenerates Makefile.local
# We need to clean first to avoid to use previous python swig object file
make clean_python
make python
Expand Down Expand Up @@ -137,7 +137,7 @@ TESTS=(
# Main
# Force the use of wheel 0.31.1 since 0.32 is broken
# cf pypa/auditwheel#102
/opt/_internal/cpython-3.6.6/bin/python -m pip install wheel==0.31.1
#/opt/_internal/cpython-3.6.6/bin/python -m pip install wheel==0.31.1

mkdir -p "${BUILD_ROOT}"
mkdir -p "${EXPORT_ROOT}"
Expand Down

0 comments on commit 169ce39

Please sign in to comment.