Fix docker python script

This commit is contained in:
Corentin Le Molgat
2018-11-27 10:06:54 +01:00
parent cdc08f82e8
commit 169ce39ba4

View File

@@ -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
@@ -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}"