Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 8149809

Browse files
authored
Merge pull request #347 from radarhere/musllinux_aarch64
Added musllinux aarch64
2 parents 5bb8032 + f8937bd commit 8149809

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
env:
3636
- MB_ML_VER="_2_28"
3737
- MB_PYTHON_VERSION=3.8
38+
- name: "3.8 musllinux_1_1 aarch64"
39+
os: linux
40+
arch: arm64
41+
env:
42+
- MB_ML_VER="_1_1"
43+
- MB_ML_LIBC="musllinux"
44+
- MB_PYTHON_VERSION=3.8
3845
- name: "3.9 Focal manylinux2014 aarch64"
3946
os: linux
4047
arch: arm64
@@ -47,6 +54,13 @@ jobs:
4754
env:
4855
- MB_ML_VER="_2_28"
4956
- MB_PYTHON_VERSION=3.9
57+
- name: "3.9 musllinux_1_1 aarch64"
58+
os: linux
59+
arch: arm64
60+
env:
61+
- MB_ML_VER="_1_1"
62+
- MB_ML_LIBC="musllinux"
63+
- MB_PYTHON_VERSION=3.9
5064
- name: "3.10 Focal manylinux2014 aarch64"
5165
os: linux
5266
arch: arm64
@@ -59,6 +73,13 @@ jobs:
5973
env:
6074
- MB_ML_VER="_2_28"
6175
- MB_PYTHON_VERSION=3.10
76+
- name: "3.10 musllinux_1_1 aarch64"
77+
os: linux
78+
arch: arm64
79+
env:
80+
- MB_ML_VER="_1_1"
81+
- MB_ML_LIBC="musllinux"
82+
- MB_PYTHON_VERSION=3.10
6283
- name: "3.11 Focal manylinux_2_28 aarch64"
6384
os: linux
6485
arch: arm64
@@ -71,6 +92,13 @@ jobs:
7192
env:
7293
- MB_ML_VER="_2_28"
7394
- MB_PYTHON_VERSION=3.11
95+
- name: "3.11 musllinux_1_1 aarch64"
96+
os: linux
97+
arch: arm64
98+
env:
99+
- MB_ML_VER="_1_1"
100+
- MB_ML_LIBC="musllinux"
101+
- MB_PYTHON_VERSION=3.11
74102

75103
before_install:
76104
- source multibuild/common_utils.sh

0 commit comments

Comments
 (0)