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 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
Original file line number Diff line number Diff line change @@ -11,36 +11,6 @@ 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}
4414 - os : linux
4515 arch : s390x
4616 env :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments