Skip to content

Commit d7e87f7

Browse files
committed
update multibuild and test with xenial images
1 parent a1563e3 commit d7e87f7

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.travis.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,35 +51,40 @@ matrix:
5151
env:
5252
- PLAT=aarch64
5353
- MB_ML_VER=2014
54-
# causes a segfault
55-
# - os: linux
56-
# arch: arm64
57-
# env:
58-
# - PLAT=aarch64
59-
# - INTERFACE64=1
60-
# - MB_ML_VER=2014
54+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
55+
- os: linux
56+
arch: arm64
57+
env:
58+
- PLAT=aarch64
59+
- INTERFACE64=1
60+
- MB_ML_VER=2014
61+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
6162
- os: linux
6263
arch: s390x
6364
env:
6465
- PLAT=s390x
6566
- MB_ML_VER=2014
67+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
6668
- os: linux
6769
arch: s390x
6870
env:
6971
- PLAT=s390x
7072
- INTERFACE64=1
7173
- MB_ML_VER=2014
74+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
7275
- os: linux
7376
arch: ppc64le
7477
env:
7578
- PLAT=ppc64le
7679
- MB_ML_VER=2014
80+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
7781
- os: linux
7882
arch: ppc64le
7983
env:
8084
- PLAT=ppc64le
8185
- INTERFACE64=1
8286
- MB_ML_VER=2014
87+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
8388
# linux manylinux2010
8489
- os: linux
8590
env:

0 commit comments

Comments
 (0)