Skip to content

Commit b86c064

Browse files
committed
move aarch64 to github (will use qemu in a docker)
1 parent 9e9587a commit b86c064

File tree

3 files changed

+18
-31
lines changed

3 files changed

+18
-31
lines changed

.github/workflows/posix.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ jobs:
4545
INTERFACE64: '0'
4646
MB_ML_LIBC: musllinux
4747
MB_ML_VER: _1_1
48+
49+
- os: ubuntu-latest
50+
PLAT: aarch64
51+
INTERFACE64: '0'
52+
- os: ubuntu-latest
53+
PLAT: aarch64
54+
INTERFACE64: '1'
55+
- os: ubuntu-latest
56+
PLAT: aarch64
57+
INTERFACE64: '0'
58+
MB_ML_LIBC: musllinux
59+
MB_ML_VER: _1_1
60+
- os: ubuntu-latest
61+
PLAT: aarch64
62+
INTERFACE64: '1'
63+
MB_ML_LIBC: musllinux
64+
MB_ML_VER: _1_1
65+
4866
exclude:
4967
- PLAT: i686
5068
os: macos-13

.travis.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,6 @@ 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}
4414
- os: linux
4515
arch: s390x
4616
env:

tools/build_steps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ function do_build_lib {
139139
Linux-aarch64)
140140
local bitness=64
141141
local target_flags="TARGET=ARMV8"
142-
local dynamic_list="ARMV8 NEOVERSEN1 ARMV8SVE THUNDERX THUNDERX3T110"
143142
;;
144143
Darwin-arm64)
145144
local bitness=64

0 commit comments

Comments
 (0)