Skip to content

Commit

Permalink
Build musl wheels only for x86_64 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 23, 2024
1 parent d60456b commit b8fd1e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["setuptools", "wheel"]

[tool.cibuildwheel]
skip = "pp3*"
skip = "pp3* *musllinux_aarch64"

archs = ["auto"]
build-frontend = "default"
Expand All @@ -17,7 +17,6 @@ archs = ["x86_64", "aarch64"]

[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
archs = ["x86_64"]
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {dest_dir} {wheel}"

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit b8fd1e0

Please sign in to comment.