Skip to content

Commit 51e7433

Browse files
authored
chore: remove cibuildwheel override for musllinux_armv7l (#627)
It's the same as the global musllinux one
1 parent ae8905a commit 51e7433

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,6 @@ inherit.config-settings = "append"
139139
# - ExportImport|RunCMake.install|RunCMake.file-GET_RUNTIME_DEPENDENCIES: c.f. https://discourse.cmake.org/t/cmake-test-suite-failing-on-alpine-linux/5064
140140
config-settings."cmake.define.RUN_CMAKE_TEST_EXCLUDE" = "BootstrapTest|CTestTestFdSetSize|ExportImport|RunCMake.install|RunCMake.RuntimePath|RunCMake.file-GET_RUNTIME_DEPENDENCIES"
141141

142-
[[tool.cibuildwheel.overrides]]
143-
select = ["*-musllinux_armv7l"]
144-
inherit.config-settings = "append"
145-
# disable some tests
146-
# - BootstrapTest fails with custom OpenSSL and probably does not make much sense for this project
147-
# - ExportImport|RunCMake.install|RunCMake.file-GET_RUNTIME_DEPENDENCIES: c.f. https://discourse.cmake.org/t/cmake-test-suite-failing-on-alpine-linux/5064
148-
# - CTestTestFdSetSize fails on gcc14+ with "error: implicit declaration of function 'usleep'""
149-
config-settings."cmake.define.RUN_CMAKE_TEST_EXCLUDE" = "BootstrapTest|CTestTestFdSetSize|ExportImport|RunCMake.install|RunCMake.RuntimePath|RunCMake.file-GET_RUNTIME_DEPENDENCIES"
150-
151142
[[tool.cibuildwheel.overrides]]
152143
select = ["*linux_ppc64le", "*linux_s390x", "*linux_riscv64"]
153144
inherit.config-settings = "append"

0 commit comments

Comments
 (0)