File tree Expand file tree Collapse file tree 2 files changed +49
-19
lines changed Expand file tree Collapse file tree 2 files changed +49
-19
lines changed Original file line number Diff line number Diff line change @@ -46,24 +46,24 @@ jobs:
46
46
MB_ML_LIBC : musllinux
47
47
MB_ML_VER : _1_1
48
48
49
- - os : ubuntu-latest
50
- PLAT : aarch64
51
- INTERFACE64 : ' 0'
52
- MB_ML_VER : ' 2014'
53
- - os : ubuntu-latest
54
- PLAT : aarch64
55
- INTERFACE64 : ' 1'
56
- MB_ML_VER : ' 2014'
57
- - os : ubuntu-latest
58
- PLAT : aarch64
59
- INTERFACE64 : ' 0'
60
- MB_ML_LIBC : musllinux
61
- MB_ML_VER : _1_1
62
- - os : ubuntu-latest
63
- PLAT : aarch64
64
- INTERFACE64 : ' 1'
65
- MB_ML_LIBC : musllinux
66
- MB_ML_VER : _1_1
49
+ # - os: ubuntu-latest
50
+ # PLAT: aarch64
51
+ # INTERFACE64: '0'
52
+ # MB_ML_VER: '2014'
53
+ # - os: ubuntu-latest
54
+ # PLAT: aarch64
55
+ # INTERFACE64: '1'
56
+ # MB_ML_VER: '2014'
57
+ # - os: ubuntu-latest
58
+ # PLAT: aarch64
59
+ # INTERFACE64: '0'
60
+ # MB_ML_LIBC: musllinux
61
+ # MB_ML_VER: _1_1
62
+ # - os: ubuntu-latest
63
+ # PLAT: aarch64
64
+ # INTERFACE64: '1'
65
+ # MB_ML_LIBC: musllinux
66
+ # MB_ML_VER: _1_1
67
67
68
68
exclude :
69
69
- PLAT : i686
Original file line number Diff line number Diff line change @@ -11,6 +11,36 @@ services: docker
11
11
12
12
matrix :
13
13
include :
14
+ - os : linux
15
+ arch : arm64
16
+ env :
17
+ - PLAT=aarch64
18
+ - MB_ML_VER=_1_1
19
+ - INTERFACE64=0
20
+ - MB_ML_LIBC=musllinux
21
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
22
+ - os : linux
23
+ arch : arm64
24
+ env :
25
+ - PLAT=aarch64
26
+ - INTERFACE64=1
27
+ - MB_ML_VER=_1_1
28
+ - MB_ML_LIBC=musllinux
29
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
30
+ - os : linux
31
+ arch : arm64
32
+ env :
33
+ - PLAT=aarch64
34
+ - MB_ML_VER=2014
35
+ - INTERFACE64=0
36
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
37
+ - os : linux
38
+ arch : arm64
39
+ env :
40
+ - PLAT=aarch64
41
+ - INTERFACE64=1
42
+ - MB_ML_VER=2014
43
+ - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
14
44
- os : linux
15
45
arch : s390x
16
46
env :
@@ -55,7 +85,7 @@ install:
55
85
56
86
script :
57
87
# Build library and collect into libs subdirectory
58
- - build_on_travis
88
+ - travis_wait 30 build_on_travis
59
89
- libc=${MB_ML_LIBC:-manylinux}
60
90
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
61
91
- docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
You can’t perform that action at this time.
0 commit comments