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

Jobs with pypy do not start on macOS, architecture recognition error #2125

Open
Vdaleke opened this issue Jan 6, 2025 · 1 comment
Open

Comments

@Vdaleke
Copy link

Vdaleke commented Jan 6, 2025

Description

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

It's as if the jobs are trying to run on the x86_64 architecture, although GitHub provides ARM and other jobs on ARM, including CPython, work successfully.

Build log

https://github.com/Vdaleke/desbordante-core/actions/runs/12639787563/job/35218845270?pr=6

CI config

https://github.com/Vdaleke/desbordante-core/blob/48449df5d5d6fe26e3c6a73d93dc971c64f8118f/.github/workflows/wheel.yml

@joerick
Copy link
Contributor

joerick commented Jan 7, 2025

Quick fix here would be to run your "Generate matrix" job on arm64, but I agree it's not ideal. Maybe we need a way to disable the autoskip when doing --print-build-identifiers...

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

No branches or pull requests

2 participants