Commit b5b314cf authored by Alexey Stepanov's avatar Alexey Stepanov Committed by GitHub

Build manylinux2010 wheels instead of older manylinux1 (GH-3355)

See https://github.com/cython/cython/issues/3354
parent 8d817fc0
...@@ -4,8 +4,8 @@ TESTOPTS?= ...@@ -4,8 +4,8 @@ TESTOPTS?=
REPO = git://github.com/cython/cython.git REPO = git://github.com/cython/cython.git
VERSION?=$(shell sed -ne 's|^__version__\s*=\s*"\([^"]*\)".*|\1|p' Cython/Shadow.py) VERSION?=$(shell sed -ne 's|^__version__\s*=\s*"\([^"]*\)".*|\1|p' Cython/Shadow.py)
MANYLINUX_IMAGE_X86_64=quay.io/pypa/manylinux1_x86_64 MANYLINUX_IMAGE_X86_64=quay.io/pypa/manylinux2010_x86_64
MANYLINUX_IMAGE_686=quay.io/pypa/manylinux1_i686 MANYLINUX_IMAGE_686=quay.io/pypa/manylinux2010_i686
all: local all: local
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment