Skip to content

Commit

Permalink
#46 discarding maylinux2010 (strange last pytests fail) in favour of …
Browse files Browse the repository at this point in the history
…manylinux2014(2)
  • Loading branch information
myselfhimself committed Jul 4, 2020
1 parent 8d7ef41 commit 622d6f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cpythonmanylinuxbuild_nosendpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
plat: ['manylinux2014_x86_64', 'manylinux2014_i686']
#plat: ['manylinux2010_x86_64', 'manylinux2010_i686', 'manylinux2014_x86_64', 'manylinux2014_i686']
include:
- plat: manylinux2010_i686
docker_image: 'quay.io/pypa/manylinux2010_i686:latest'
pre_cmd: linux32
- plat: manylinux2010_x86_64
docker_image: 'quay.io/pypa/manylinux2010_x86_64:latest'
pre_cmd:
# - plat: manylinux2010_i686
# docker_image: 'quay.io/pypa/manylinux2010_i686:latest'
# pre_cmd: linux32
# - plat: manylinux2010_x86_64
# docker_image: 'quay.io/pypa/manylinux2010_x86_64:latest'
# pre_cmd:
- plat: manylinux2014_x86_64
docker_image: 'quay.io/pypa/manylinux2014_x86_64:latest'
pre_cmd:
Expand Down

0 comments on commit 622d6f3

Please sign in to comment.