File tree Expand file tree Collapse file tree 3 files changed +18
-31
lines changed Expand file tree Collapse file tree 3 files changed +18
-31
lines changed Original file line number Diff line number Diff line change 45
45
INTERFACE64 : ' 0'
46
46
MB_ML_LIBC : musllinux
47
47
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
+
48
66
exclude :
49
67
- PLAT : i686
50
68
os : macos-13
Original file line number Diff line number Diff line change @@ -11,36 +11,6 @@ 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}
44
14
- os : linux
45
15
arch : s390x
46
16
env :
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ function do_build_lib {
139
139
Linux-aarch64)
140
140
local bitness=64
141
141
local target_flags=" TARGET=ARMV8"
142
- local dynamic_list=" ARMV8 NEOVERSEN1 ARMV8SVE THUNDERX THUNDERX3T110"
143
142
;;
144
143
Darwin-arm64)
145
144
local bitness=64
You can’t perform that action at this time.
0 commit comments