File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,22 @@ config-settings."cmake.define.CMAKE_JOB_POOL_LINK" = "link"
126
126
config-settings."cmake.define.CMAKE_JOB_POOLS" = " compile=4;link=1"
127
127
128
128
[[tool .cibuildwheel .overrides ]]
129
- select = [" *-musllinux_*" , ]
129
+ select = [" *-musllinux_*" ]
130
130
inherit.config-settings = " append"
131
131
# disable some tests
132
132
# - BootstrapTest fails with custom OpenSSL and probably does not make much sense for this project
133
133
# - ExportImport|RunCMake.install|RunCMake.file-GET_RUNTIME_DEPENDENCIES: c.f. https://discourse.cmake.org/t/cmake-test-suite-failing-on-alpine-linux/5064
134
134
config-settings."cmake.define.RUN_CMAKE_TEST_EXCLUDE" = " BootstrapTest|ExportImport|RunCMake.install|RunCMake.RuntimePath|RunCMake.file-GET_RUNTIME_DEPENDENCIES"
135
135
136
+ [[tool .cibuildwheel .overrides ]]
137
+ select = [" *-musllinux_armv7l" ]
138
+ inherit.config-settings = " append"
139
+ # disable some tests
140
+ # - BootstrapTest fails with custom OpenSSL and probably does not make much sense for this project
141
+ # - ExportImport|RunCMake.install|RunCMake.file-GET_RUNTIME_DEPENDENCIES: c.f. https://discourse.cmake.org/t/cmake-test-suite-failing-on-alpine-linux/5064
142
+ # - CTestTestFdSetSize fails on gcc14+ with "error: implicit declaration of function 'usleep'""
143
+ config-settings."cmake.define.RUN_CMAKE_TEST_EXCLUDE" = " BootstrapTest|CTestTestFdSetSize|ExportImport|RunCMake.install|RunCMake.RuntimePath|RunCMake.file-GET_RUNTIME_DEPENDENCIES"
144
+
136
145
[[tool .cibuildwheel .overrides ]]
137
146
select = [" *linux_ppc64le" , " *linux_s390x" ]
138
147
inherit.config-settings = " append"
You can’t perform that action at this time.
0 commit comments