File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ matrix:
1616 env :
1717 - PLAT=aarch64
1818 - MB_ML_VER=_1_1
19+ - INTERFACE64=0
1920 - MB_ML_LIBC=musllinux
2021 - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
2122 - os : linux
@@ -31,6 +32,7 @@ matrix:
3132 env :
3233 - PLAT=aarch64
3334 - MB_ML_VER=2014
35+ - INTERFACE64=0
3436 - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
3537 - os : linux
3638 arch : arm64
@@ -44,6 +46,7 @@ matrix:
4446 env :
4547 - PLAT=s390x
4648 - MB_ML_VER=2014
49+ - INTERFACE64=0
4750 - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
4851 - os : linux
4952 arch : s390x
@@ -57,6 +60,7 @@ matrix:
5760 env :
5861 - PLAT=ppc64le
5962 - MB_ML_VER=2014
63+ - INTERFACE64=0
6064 - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
6165 - os : linux
6266 arch : ppc64le
@@ -83,11 +87,11 @@ script:
8387 # Build library and collect into libs subdirectory
8488 - |
8589 if [ ${TRAVIS_EVENT_TYPE} == "cron" ]; then
86- build_lib "$PLAT" "$INTERFACE64" 1
90+ travis wait build_lib "$PLAT" "$INTERFACE64" 1
8791 version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
8892 sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
8993 else
90- build_lib "$PLAT" "$INTERFACE64" 0
94+ travis wait build_lib "$PLAT" "$INTERFACE64" 0
9195 fi
9296 - libc=${MB_ML_LIBC:-manylinux}
9397 - docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
You can’t perform that action at this time.
0 commit comments