manylinux: Reference custom manylinux images providing Python3.8

This commit updates the version of manylinux base images to use custom
flavor having Python 3.8. See https://github.com/scikit-build/manylinux#available-branches

Python 3.8.0a2 was initially added to upstream manylinux
after integrating https://github.com/pypa/manylinux/pull/273.

But considering that Python 3.8 is still an alpha release and that
(1) the associated ABI is not yet stable and (2) incompatibilities are
expected between wheels generated for alpha/beta/rc and final version
of python 3.8.0, the manylinux maintainers decided to revert the update.
This commit is contained in:
Jean-Christophe Fillion-Robin 2019-03-01 18:19:49 -05:00
parent 5ff5d487ca
commit cef767b660
No known key found for this signature in database
GPG Key ID: BAF1E1AEB9097A41
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux1_x86_64:latest FROM scikitbuild/manylinux1_x86_64:91cb02fb8
MAINTAINER Matt McCormick "matt.mccormick@kitware.com" MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux-x64 ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux-x64

View File

@ -1,4 +1,4 @@
FROM quay.io/pypa/manylinux1_i686:latest FROM scikitbuild/manylinux1_i686:91cb02fb8
MAINTAINER Matt McCormick "matt.mccormick@kitware.com" MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux-x86 ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux-x86