File tree Expand file tree Collapse file tree 4 files changed +3
-14
lines changed Expand file tree Collapse file tree 4 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 11# syntax = docker/dockerfile:experimental
2- FROM ghcr .io/pyca/cryptography-manylinux2010:x86_64
2+ FROM quay .io/pypa/manylinux2014_x86_64
33
44ENV PATH=/opt/python/cp37-cp37m/bin:${PATH}
55
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ build-Linux:
353353 -v /build \
354354 -e CCACHE_DIR=/root/.cache/ccache \
355355 -e CCACHE_COMPRESS \
356- ghcr .io/pyca/cryptography-manylinux2010:x86_64 \
356+ quay .io/pypa/manylinux2014_x86_64 \
357357 bash -c ' /src/build-manylinux.sh /src/$(VENDOR) ${LINUX_DEBUG_CMD_$(LINUX_DEBUG)}'
358358
359359 tar czf $(vendor-Linux-archive) -C $(VENDOR) env wheelhouse
Original file line number Diff line number Diff line change @@ -20,17 +20,6 @@ if [ -n "$CCACHE_DIR" ]; then
2020 export PATH=/usr/lib64/ccache:${PATH}
2121fi
2222
23- echo " >>> Building patched patchelf"
24- # https://github.com/pypa/auditwheel/issues/159
25- mkdir /patchelf
26- curl -sL https://github.com/nvictus/patchelf/archive/d7483d92cfd614e06839c18d2fa194b88ff777a2.tar.gz | tar xz -C /patchelf --strip-components=1
27- pushd /patchelf
28- ./bootstrap.sh
29- ./configure
30- make
31- make install
32- popd
33-
3423echo " >>> Python: $( command -v python3.7) "
3524
3625echo " >>> Setting up /build ..."
Original file line number Diff line number Diff line change 99from auditwheel .policy .external_references import lddtree_external_references
1010
1111
12- POLICY = "manylinux2010_x86_64"
12+ POLICY = "manylinux_2_17_x86_64" # ie: manylinux2014_x86_64
1313
1414
1515def main ():
You can’t perform that action at this time.
0 commit comments