Skip to content

Commit

Permalink
install java on muslinux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nosracd committed Jul 25, 2024
1 parent d1649b6 commit f2d453f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ build-verbosity = 1

[tool.cibuildwheel.linux]
before-all = "yum install java-1.8.0-openjdk-devel -y"

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = "apk add openjdk8-jdk"

0 comments on commit f2d453f

Please sign in to comment.