File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ pythonpath = ["."]
1212
1313[tool .cibuildwheel ]
1414build = " *"
15+ # disabling musllinux until https://github.com/kiwix/kiwix-build/issues/585
16+ # disabling windows until hhttps://github.com/kiwix/kiwix-build/issues/466
17+ # disabling PyPy due to 2 failing tests
1518skip = " pp* *musllinux* *-win*"
1619
1720test-requires = [" pytest" ]
@@ -24,6 +27,13 @@ manylinux-pypy_aarch64-image = "manylinux_2_28"
2427
2528[tool .cibuildwheel .linux ]
2629archs = [" x86_64" , " aarch64" ]
30+ # disabling repair as not possible to since libzim is built
31+ # on Ubuntu focal (20.04) with glic 2.31 while the manylinux images on which we
32+ # build the wheels are only avail up to 2.28
33+ # https://github.com/kiwix/kiwix-build/issues/595
34+ repair-wheel-command = " "
35+ # disabling tests as well as unrepaired wheels cant be tested
36+ test-command = " "
2737
2838[tool .cibuildwheel .macos ]
2939archs = [" x86_64" , " arm64" ]
You can’t perform that action at this time.
0 commit comments