diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2021-11-16 15:02:54 +0900 |
|---|---|---|
| committer | Inada Naoki <songofacandy@gmail.com> | 2021-11-16 15:02:54 +0900 |
| commit | d35a8aeb648f3cd3812c3f80df87d663935d5eff (patch) | |
| tree | ea28cfbe09105eeaff934ee3b97e588a0db7e240 /docker | |
| parent | 86c674440fb67eddf7dc41384ae8dc58451d33ce (diff) | |
| download | msgpack-python-d35a8aeb648f3cd3812c3f80df87d663935d5eff.tar.gz | |
use manylinux2014
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/buildwheel.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/buildwheel.sh b/docker/buildwheel.sh index 89a2570..87f257d 100644 --- a/docker/buildwheel.sh +++ b/docker/buildwheel.sh @@ -7,6 +7,8 @@ set -e -x ARCH=`uname -p` echo "arch=$ARCH" +ls /opt/python + for V in "${PYTHON_VERSIONS[@]}"; do PYBIN=/opt/python/$V/bin rm -rf build/ # Avoid lib build by narrow Python is used by wide python |
