Skip to content

Commit

Permalink
fix: no uv on musllinux_s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jun 21, 2024
1 parent 45b93f4 commit 67852b1
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 @@ -114,6 +114,10 @@ config-settings."cmake.define.CMAKE_JOB_POOLS" = "compile=4;link=1"
# disable tests on those platforms, QEMU is taking to long for jobs to pass on GHA
config-settings."cmake.define.RUN_CMAKE_TEST" = "OFF"

[[tool.cibuildwheel.overrides]]
select = ["*-musllinux_s390x"]
build-frontend = "pip"


[tool.mypy]
files = ["src", "scripts"]
Expand Down

0 comments on commit 67852b1

Please sign in to comment.