Skip to content

Commit b839883

Browse files
committed
MAINT: restore ARM64 64-bit int
* restore `arm64` 64-bit integer OpenBLAS build in Travis CI matrix now that we are building OpenBLAS 0.3.9 stable * if this Travis CI matrix entry continues to segfault during the build of OpenBLAS we should report it upstream
1 parent d0474be commit b839883

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ matrix:
5252
- PLAT=aarch64
5353
- MB_ML_VER=2014
5454
- 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}
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}
6262
- os: linux
6363
arch: s390x
6464
env:

0 commit comments

Comments
 (0)