Skip to content

Commit

Permalink
Attempt to fix musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
perara committed Aug 12, 2023
1 parent 9a15a78 commit 2a5e924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ musllinux-s390x-image = "musllinux_1_1"


[tool.cibuildwheel.linux]
before-all = "yum install -y libffi-devel || (apt-get update && apt-get install -y libffi-dev)"
before-all = "yum install -y libffi-devel || (apt-get update && apt-get install -y libffi-dev) || (apk --no-cache add libffi-dev && another-command)"


#repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"

Expand Down

0 comments on commit 2a5e924

Please sign in to comment.