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

Commit b399891

Browse files
committed
use xenial image for testing on 32 bit manylinux1
1 parent 83875a6 commit b399891

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
PLAT: "i686"
103103
MB_ML_VER: "1"
104104
ENV_VARS_PATH: "env_vars_32.sh"
105+
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
105106
py_3.6_64manylinux1:
106107
MB_PYTHON_VERSION: "3.6"
107108
MB_ML_VER: "1"
@@ -110,6 +111,7 @@ jobs:
110111
PLAT: "i686"
111112
MB_ML_VER: "1"
112113
ENV_VARS_PATH: "env_vars_32.sh"
114+
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
113115
py_3.7_64manylinux1:
114116
MB_PYTHON_VERSION: "3.7"
115117
MB_ML_VER: "1"
@@ -118,6 +120,7 @@ jobs:
118120
PLAT: "i686"
119121
MB_ML_VER: "1"
120122
ENV_VARS_PATH: "env_vars_32.sh"
123+
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
121124
py_3.8_64manylinux1:
122125
MB_PYTHON_VERSION: "3.8"
123126
MB_ML_VER: "1"

0 commit comments

Comments
 (0)