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

Manylinux 2 24 #108

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,23 @@ jobs:
- MB_PYTHON_VERSION=3.9
- DEBUG_PRINT=1
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: linux
arch: s390x
env:
- PLAT=s390x
- MB_ML_VER=_2_24
- MB_PYTHON_VERSION=3.9
- DEBUG_PRINT=1
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
- os: linux
arch: ppc64le
env:
- PLAT=ppc64le
- MB_ML_VER=_2_24
- MB_PYTHON_VERSION=3.9
- DEBUG_PRINT=1
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}


before_install:
- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then
Expand Down
18 changes: 5 additions & 13 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,17 @@ jobs:
MB_ML_VER: "2010"
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"

# manylinux1 wheels
py_3.7_32manylinux1:
# manylinux_2_24 wheels: sanity check. No real need for this on x86
py_3.7_32manylinux_2_24:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
MB_ML_VER: "1"
MB_ML_VER: "_2_24"
ENV_VARS_PATH: "env_vars_32.sh"
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
py_3.7_64manylinux1:
py_3.7_64manylinux_2_24:
MB_PYTHON_VERSION: "3.7"
MB_ML_VER: "1"
py_3.8_32manylinux1:
MB_PYTHON_VERSION: "3.8"
PLAT: "i686"
MB_ML_VER: "1"
ENV_VARS_PATH: "env_vars_32.sh"
MB_ML_VER: "_2_24"
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
py_3.8_64manylinux1:
MB_PYTHON_VERSION: "3.8"
MB_ML_VER: "1"

- template: azure/posix.yml
parameters:
Expand Down