Skip to content

Commit

Permalink
Skip Mac OS X / arm builds for now.
Browse files Browse the repository at this point in the history
These have been failing for a while, with no obvious fix. See #1303
for details.
  • Loading branch information
jelmer committed Jun 8, 2024
1 parent 9f48635 commit 10b4be5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,3 @@ before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf
[tool.cibuildwheel.linux]
skip = "*-musllinux_*"
archs = ["auto", "aarch64"]

[[tool.cibuildwheel.overrides]]
select = "*-macosx_arm64"
before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf | sh -s -- --profile=minimal -y && rustup target add x86_64-apple-darwin"

0 comments on commit 10b4be5

Please sign in to comment.