Skip to content

Commit df90548

Browse files
committed
now that aarch64 is working, try again on travis
1 parent cc2bc7c commit df90548

File tree

2 files changed

+49
-19
lines changed

2 files changed

+49
-19
lines changed

.github/workflows/posix.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff 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

.travis.yml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,36 @@ services: docker
1111

1212
matrix:
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
5686
script:
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

0 commit comments

Comments
 (0)