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

Commit 480492b

Browse files
committed
move manylinux1 builds to manylinux_2_24
1 parent cfab7ac commit 480492b

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,25 +83,17 @@ jobs:
8383
MB_ML_VER: "2010"
8484
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
8585

86-
# manylinux1 wheels
87-
py_3.7_32manylinux1:
86+
# manylinux_2_24 wheels: sanity check. No real need for this on x86
87+
py_3.7_32manylinux_2_24:
8888
MB_PYTHON_VERSION: "3.7"
8989
PLAT: "i686"
90-
MB_ML_VER: "1"
90+
MB_ML_VER: "_2_241"
9191
ENV_VARS_PATH: "env_vars_32.sh"
9292
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
93-
py_3.7_64manylinux1:
93+
py_3.7_64manylinux_2_24:
9494
MB_PYTHON_VERSION: "3.7"
95-
MB_ML_VER: "1"
96-
py_3.8_32manylinux1:
97-
MB_PYTHON_VERSION: "3.8"
98-
PLAT: "i686"
99-
MB_ML_VER: "1"
100-
ENV_VARS_PATH: "env_vars_32.sh"
95+
MB_ML_VER: "_2_24"
10196
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
102-
py_3.8_64manylinux1:
103-
MB_PYTHON_VERSION: "3.8"
104-
MB_ML_VER: "1"
10597

10698
- template: azure/posix.yml
10799
parameters:

gfortran-install

numpy

Submodule numpy updated 1461 files

0 commit comments

Comments
 (0)