Skip to content

Commit 2389c6a

Browse files
Skip building musllinux
It appears newer cibuildwheel versions try to build for more platforms. epicscorelibs doesn't support musllinux, so skip building there.
1 parent 0bcd86f commit 2389c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
CIBW_REPAIR_WHEEL_COMMAND: ""
7878
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
7979
CIBW_ENVIRONMENT_LINUX: SETUPTOOLS_DSO_PLAT_NAME=manylinux1_x86_64
80+
CIBW_SKIP: ${{ matrix.python }}*64-musllinux*
8081

8182
- name: Upload Wheel and Sdist
8283
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)