Skip to content

Commit

Permalink
Fix auditwheel in manylinux docker
Browse files Browse the repository at this point in the history
force wheel==0.31.1 since API is broken in 0.32
  • Loading branch information
Mizux committed Oct 2, 2018
1 parent 2c030d0 commit c907c57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/docker/build-manylinux1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# destination path for the wheels export.
# BUILD_ROOT if not specified at command line, this value is used as the
# root path for the build process.
set -x
set -e

DEFAULT_BUILD_ROOT="$HOME"
Expand Down Expand Up @@ -134,6 +135,9 @@ 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

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

0 comments on commit c907c57

Please sign in to comment.