Skip to content

Commit

Permalink
skip musl build
Browse files Browse the repository at this point in the history
musllinux_1_1 is too old
  • Loading branch information
pca006132 committed Aug 23, 2023
1 parent c2fd121 commit 6e5d00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test-command = "python {project}/bindings/python/examples/run_all.py"
# Setuptools bug causes collision between pypy and cpython artifacts
before-build = "rm -rf {project}/build"
manylinux-x86_64-image = "manylinux_2_28"
skip = ["*-win32", "*_i686", "pp*"]
skip = ["*-win32", "*_i686", "pp*", "musl*"]

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
Expand Down

0 comments on commit 6e5d00b

Please sign in to comment.