Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 24eab0f

Browse files
committed
add wheels for ppc64le, s390x
1 parent 9d467aa commit 24eab0f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,23 @@ jobs:
4545
- MB_PYTHON_VERSION=3.9
4646
- DEBUG_PRINT=1
4747
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
48+
- os: linux
49+
arch: s390x
50+
env:
51+
- PLAT=s390x
52+
- MB_ML_VER=_2_24
53+
- MB_PYTHON_VERSION=3.9
54+
- DEBUG_PRINT=1
55+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
56+
- os: linux
57+
arch: ppc64le
58+
env:
59+
- PLAT=ppc64le
60+
- MB_ML_VER=_2_24
61+
- MB_PYTHON_VERSION=3.9
62+
- DEBUG_PRINT=1
63+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
64+
4865

4966
before_install:
5067
- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
py_3.7_32manylinux_2_24:
8888
MB_PYTHON_VERSION: "3.7"
8989
PLAT: "i686"
90-
MB_ML_VER: "_2_241"
90+
MB_ML_VER: "_2_24"
9191
ENV_VARS_PATH: "env_vars_32.sh"
9292
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
9393
py_3.7_64manylinux_2_24:

0 commit comments

Comments
 (0)