Commit 79ae91ff authored by mattip's avatar mattip
Browse files

move pypy3 build to linux, PyPy 7.3 arm64 is not a CentOS-compatible build

parent 782d4805
...@@ -44,6 +44,12 @@ matrix: ...@@ -44,6 +44,12 @@ matrix:
env: env:
- TEST_BUILDS=1 - TEST_BUILDS=1
- USE_CCACHE=1 - USE_CCACHE=1
# Build with pypy3
- os: linux
env:
- MB_PYTHON_VERSION=pypy3.6-7.3
- MB_ML_VER=2014
- TEST_BUILDS=1
# OSX builds # OSX builds
- os: osx - os: osx
env: env:
...@@ -187,13 +193,6 @@ matrix: ...@@ -187,13 +193,6 @@ matrix:
- MB_ML_VER=2014 - MB_ML_VER=2014
- TEST_BUILDS=1 - TEST_BUILDS=1
- PLAT=aarch64 - PLAT=aarch64
- os: linux
arch: arm64
env:
- MB_PYTHON_VERSION=pypy3.6-7.3
- MB_ML_VER=2014
- TEST_BUILDS=1
- PLAT=aarch64
# s390x builds # s390x builds
- os: linux - os: linux
arch: s390x arch: s390x
......
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