Skip to content

Commit e4fcf13

Browse files
committed
Support for ARM 64-bit Linux builds and musl libc
1 parent 1bb7a84 commit e4fcf13

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
1212
# os: [ubuntu-latest]
1313
# os: [windows-2019] #latest]
14-
os: [ubuntu-latest, windows-2019]
14+
os: [ubuntu-latest, windows-2019, ubuntu-24.04-arm]
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
# 32-bit builds on Windows are not supported because the MinGW-w64 does not have multilib enabled
4444
# musllinux builds do not currently work
4545
# There seems to be setuptools-related issues with 3.6 and 3.7 CPython builds
46-
CIBW_SKIP: "cp36-* cp37-* *-musllinux* *-win32 pp*-win*"
46+
CIBW_SKIP: "cp36-* cp37-* *-win32 pp*-win*"
4747
# This ensures WIN_SHELL_COMMANDS does not get defined on Windows in crossplatform.mk, which breaks deep directory creations
4848
# since commands are executed in a UNIX-like shell expecting 'mkdir -p'
4949
CIBW_ENVIRONMENT: "MSYSCON=y"

eC

Submodule eC updated 79 files

0 commit comments

Comments
 (0)