Skip to content

Commit 89115c9

Browse files
committed
Add support for aarch64 musl
1 parent 7d8bb5e commit 89115c9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ci-targets.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,24 @@ linux:
322322
- lto
323323
run: true
324324

325+
aarch64-unknown-linux-musl:
326+
arch: aarch64
327+
libc: musl
328+
python_versions:
329+
- "3.9"
330+
- "3.10"
331+
- "3.11"
332+
- "3.12"
333+
- "3.13"
334+
build_options:
335+
- debug+static
336+
- noopt+static
337+
- lto+static
338+
- debug
339+
- noopt
340+
- lto
341+
run: true
342+
325343
windows:
326344
i686-pc-windows-msvc:
327345
arch: x86

0 commit comments

Comments
 (0)