Skip to content

Commit

Permalink
[build] skip musllinux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Oct 28, 2021
1 parent 6002372 commit d96920a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
CIBW_BEFORE_BUILD_WINDOWS: scripts\build-openssl.bat C:\cibw\vendor
CIBW_BUILD: cp38-*
CIBW_ENVIRONMENT_MACOS: CFLAGS=-mmacosx-version-min=10.9
CIBW_SKIP: '*-musllinux*'
CIBW_TEST_COMMAND: python -c "import dummy"
run: |
pip install cibuildwheel
Expand Down

0 comments on commit d96920a

Please sign in to comment.