We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b93f4 commit 67852b1Copy full SHA for 67852b1
pyproject.toml
@@ -114,6 +114,10 @@ config-settings."cmake.define.CMAKE_JOB_POOLS" = "compile=4;link=1"
114
# disable tests on those platforms, QEMU is taking to long for jobs to pass on GHA
115
config-settings."cmake.define.RUN_CMAKE_TEST" = "OFF"
116
117
+[[tool.cibuildwheel.overrides]]
118
+select = ["*-musllinux_s390x"]
119
+build-frontend = "pip"
120
+
121
122
[tool.mypy]
123
files = ["src", "scripts"]
0 commit comments