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:
4646 MB_ML_LIBC : musllinux
4747 MB_ML_VER : _1_1
4848
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
6767
6868 exclude :
6969 - PLAT : i686
Original file line number Diff line number Diff line change @@ -11,6 +11,36 @@ services: docker
1111
1212matrix :
1313 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}
1444 - os : linux
1545 arch : s390x
1646 env :
@@ -55,7 +85,7 @@ install:
5585
5686script :
5787 # Build library and collect into libs subdirectory
58- - build_on_travis
88+ - travis_wait 30 build_on_travis
5989 - libc=${MB_ML_LIBC:-manylinux}
6090 - docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
6191 - 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