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

Commit 83875a6

Browse files
committed
use xenial image for testing since trusty does not have python3.9
1 parent ce775a4 commit 83875a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

+2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,13 @@ jobs:
8888
PLAT: "i686"
8989
MB_ML_VER: "2010"
9090
ENV_VARS_PATH: "env_vars_32.sh"
91+
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
9192
py_3.9_64manylinux2010:
9293
MB_PYTHON_VERSION: "3.9"
9394
# Comment this out when the image grows a CPython3.9
9495
AZURE_PYTHON_VERSION: "3.8"
9596
MB_ML_VER: "2010"
97+
DOCKER_TEST_IMAGE: "multibuild/xenial_{PLAT}"
9698

9799
# manylinux1 wheels
98100
py_3.6_32manylinux1:

0 commit comments

Comments
 (0)