Skip to content

Commit

Permalink
Enable musllinux wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
BUYT-1 committed Aug 17, 2024
1 parent c99be39 commit 58b7952
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
CIBW_ARCHS_LINUX: x86_64
# Builds wheels for PyPy & CPython on manylinux
CIBW_BUILD: "*manylinux*"
# musllinux crashes during Boost 1.78.0 compilation
# May be related to https://bugs.gentoo.org/829147
# Perhaps that bumping Boost version in workflow can solve the issue
CIBW_SKIP: "*musllinux*"
CIBW_TEST_REQUIRES: pytest
CIBW_BUILD_VERBOSITY: 1
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit 58b7952

Please sign in to comment.