Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update cibuildwheel to 2.17.0 #78

Merged
merged 3 commits into from
Apr 5, 2024

Conversation

cdce8p
Copy link
Contributor

@cdce8p cdce8p commented Apr 4, 2024

https://github.com/pypa/cibuildwheel/releases/tag/v2.17.0

This fixes the broken CI pipeline for macOS. https://github.com/mypyc/mypy_mypyc-wheels/actions/runs/8553233291/job/23435967050#step:4:74

PermissionError: [Errno 13] Permission denied: '/usr/local/opt/pipx'

This also addresses a warning in the actions output

While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in pypa/cibuildwheel#1169 for the details. To silence this warning, set CIBW_TEST_SKIP: "cp38-macosx_*:arm64".

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@hauntsaninja hauntsaninja merged commit 0b7e80a into mypyc:master Apr 5, 2024
29 checks passed
@cdce8p cdce8p deleted the update-cibuildwheel branch April 5, 2024 06:36
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants