From 08ff629ef5f05753c226f750372d8cc3c4d4ec32 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 9 Jan 2020 10:51:06 +0100 Subject: [PATCH] Fix manylinux script to debug you can use: docker run --rm --init -it quay.io/pypa/manylinux2010_x86_64:latest --- tools/docker/build-manylinux1.sh | 2 +- tools/docker/manylinux1.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/docker/build-manylinux1.sh b/tools/docker/build-manylinux1.sh index 4e04d9c3fc..d05bb3ceed 100755 --- a/tools/docker/build-manylinux1.sh +++ b/tools/docker/build-manylinux1.sh @@ -191,7 +191,7 @@ do # Save old hash and size, in order to look them up in RECORD # see: https://github.com/pypa/pip/blob/c9df690f3b5bb285a855953272e6fe24f69aa08a/src/pip/_internal/wheel.py#L71-L84 - WHEEL_HASH_CMD="/opt/_internal/cpython-3.7.5/bin/python3 -c \ + WHEEL_HASH_CMD="/opt/_internal/cpython-3.7.6/bin/python3 -c \ \"import hashlib;\ import base64;\ print(\ diff --git a/tools/docker/manylinux1.Dockerfile b/tools/docker/manylinux1.Dockerfile index 458009b634..d816f0ef17 100644 --- a/tools/docker/manylinux1.Dockerfile +++ b/tools/docker/manylinux1.Dockerfile @@ -53,7 +53,7 @@ RUN curl --location-trusted \ && rm -rf swig-3.0.12 # Update auditwheel to support manylinux2010 -#RUN /opt/_internal/cpython-3.6.8/bin/pip install auditwheel==2.0.0 +#RUN /opt/_internal/cpython-3.7.6/bin/pip install auditwheel==2.0.0 ENV TZ=America/Los_Angeles RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone