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:
16
16
env :
17
17
- PLAT=aarch64
18
18
- MB_ML_VER=_1_1
19
+ - INTERFACE64=0
19
20
- MB_ML_LIBC=musllinux
20
21
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
21
22
- os : linux
@@ -31,6 +32,7 @@ matrix:
31
32
env :
32
33
- PLAT=aarch64
33
34
- MB_ML_VER=2014
35
+ - INTERFACE64=0
34
36
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
35
37
- os : linux
36
38
arch : arm64
@@ -44,6 +46,7 @@ matrix:
44
46
env :
45
47
- PLAT=s390x
46
48
- MB_ML_VER=2014
49
+ - INTERFACE64=0
47
50
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
48
51
- os : linux
49
52
arch : s390x
@@ -57,6 +60,7 @@ matrix:
57
60
env :
58
61
- PLAT=ppc64le
59
62
- MB_ML_VER=2014
63
+ - INTERFACE64=0
60
64
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
61
65
- os : linux
62
66
arch : ppc64le
@@ -83,11 +87,11 @@ script:
83
87
# Build library and collect into libs subdirectory
84
88
- |
85
89
if [ ${TRAVIS_EVENT_TYPE} == "cron" ]; then
86
- build_lib "$PLAT" "$INTERFACE64" 1
90
+ travis wait build_lib "$PLAT" "$INTERFACE64" 1
87
91
version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g")
88
92
sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml
89
93
else
90
- build_lib "$PLAT" "$INTERFACE64" 0
94
+ travis wait build_lib "$PLAT" "$INTERFACE64" 0
91
95
fi
92
96
- libc=${MB_ML_LIBC:-manylinux}
93
97
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
You can’t perform that action at this time.
0 commit comments