Skip to content

Commit 67852b1

Browse files
committed
fix: no uv on musllinux_s390x
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 45b93f4 commit 67852b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ config-settings."cmake.define.CMAKE_JOB_POOLS" = "compile=4;link=1"
114114
# disable tests on those platforms, QEMU is taking to long for jobs to pass on GHA
115115
config-settings."cmake.define.RUN_CMAKE_TEST" = "OFF"
116116

117+
[[tool.cibuildwheel.overrides]]
118+
select = ["*-musllinux_s390x"]
119+
build-frontend = "pip"
120+
117121

118122
[tool.mypy]
119123
files = ["src", "scripts"]

0 commit comments

Comments
 (0)