Skip to content

Commit

Permalink
Skip Mac OS X / arm64 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 10, 2024
1 parent d545f2b commit 65de35f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ before-build = "pip install -U setuptools-rust && curl https://sh.rustup.rs -sSf
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"
[tool.cibuildwheel.macos]
archs = ["auto", "universal2", "x86_64", "arm64"]
before-all = "rustup target add x86_64-apple-darwin aarch64-apple-darwin"
skip = "cp38-macosx_arm64 cp38-macosx_universal2 cp39-macosx_x86_64"

0 comments on commit 65de35f

Please sign in to comment.