mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 08:06:23 +01:00 
			
		
		
		
	Merge pull request #306 from dockcross/update-manylinux-images-with-python3.8
manylinux: Trigger rebuild using updated manylinux images having Python 3.8
This commit is contained in:
		| @@ -179,7 +179,7 @@ dockcross/linux-x86 | |||||||
|   :target: https://microbadger.com/images/dockcross/manylinux-x64 |   :target: https://microbadger.com/images/dockcross/manylinux-x64 | ||||||
|  |  | ||||||
| dockcross/manylinux-x64 | dockcross/manylinux-x64 | ||||||
|   |manylinux-x64-images| Docker `manylinux <https://github.com/pypa/manylinux>`_ image for building Linux x86_64 / amd64 `Python wheel packages <http://pythonwheels.com/>`_. It includes Python 2.7, 3.4, 3.5, 3.6 and 3.7. |   |manylinux-x64-images| Docker `manylinux <https://github.com/pypa/manylinux>`_ image for building Linux x86_64 / amd64 `Python wheel packages <http://pythonwheels.com/>`_. It includes Python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8. | ||||||
|   Also has support for the dockcross script, and it has installations of CMake, Ninja, and `scikit-build <http://scikit-build.org>`_ |   Also has support for the dockcross script, and it has installations of CMake, Ninja, and `scikit-build <http://scikit-build.org>`_ | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -187,7 +187,7 @@ dockcross/manylinux-x64 | |||||||
|   :target: https://microbadger.com/images/dockcross/manylinux-x86 |   :target: https://microbadger.com/images/dockcross/manylinux-x86 | ||||||
|  |  | ||||||
| dockcross/manylinux-x86 | dockcross/manylinux-x86 | ||||||
|   |manylinux-x86-images| Docker `manylinux <https://github.com/pypa/manylinux>`_ image for building Linux i686 `Python wheel packages <http://pythonwheels.com/>`_. It includes Python 2.7, 3.4, 3.5, 3.6 and 3.7. |   |manylinux-x86-images| Docker `manylinux <https://github.com/pypa/manylinux>`_ image for building Linux i686 `Python wheel packages <http://pythonwheels.com/>`_. It includes Python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8. | ||||||
|   Also has support for the dockcross script, and it has installations of CMake, Ninja, and `scikit-build <http://scikit-build.org>`_ |   Also has support for the dockcross script, and it has installations of CMake, Ninja, and `scikit-build <http://scikit-build.org>`_ | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matt McCormick
					Matt McCormick