Skip to content

Commit

Permalink
restore musllinux_1_1 image for the time being
Browse files Browse the repository at this point in the history
the new defaul musllinux_1_2 results in segfault
  • Loading branch information
alexlancaster committed May 14, 2024
1 parent 1f1bc95 commit 0b9e4aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ before-all="yum install -y swig gsl-devel"
# musl uses apk/apt
select = "*musllinux*"
before-all = "apk add swig gsl-dev"
# restore musllinux_1_1 image for the time being (musllinux_1_2 segfaults)
musllinux-x86_64-image="musllinux_1_1"

[tool.cibuildwheel.macos]
before-all = "brew install swig"
Expand Down

0 comments on commit 0b9e4aa

Please sign in to comment.