Skip to content

Commit f218cfd

Browse files
committed
disabling repair and tests on linux
1 parent a30cbb3 commit f218cfd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ pythonpath = ["."]
1212

1313
[tool.cibuildwheel]
1414
build = "*"
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
1518
skip = "pp* *musllinux* *-win*"
1619

1720
test-requires = ["pytest"]
@@ -24,6 +27,13 @@ manylinux-pypy_aarch64-image = "manylinux_2_28"
2427

2528
[tool.cibuildwheel.linux]
2629
archs = ["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]
2939
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)