Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Provide Apple M1 binaries for pypy #1394

Closed
FirefoxMetzger opened this issue May 5, 2024 · 2 comments
Closed

Provide Apple M1 binaries for pypy #1394

FirefoxMetzger opened this issue May 5, 2024 · 2 comments

Comments

@FirefoxMetzger
Copy link
Contributor

While doing some changes in ImageIO I've noticed that our test suite started to fail because it lacks pre-compiled pyav binaries for MacOS on pypy. I suspect that this is because macos-latest runners now use M1 (xref) which also breaks our test suite for FreeImage tests in a different place.

Would it be possible to add builds for this chipset to the build matrix?

@WyattBlue
Copy link
Member

Pypy requires the host to be Apple Silicon in order to build Apple Silicon wheels.

from here

Note: pp39-macosx_arm64, pp310-macosx_arm64 were selected, but can't be built on x86_64 so will be skipped automatically.

@WyattBlue
Copy link
Member

Done. #1395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants