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

Use manylinux 2_24 for aarch64 linux wheels #225

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Feb 5, 2025

Manylinux 2_28 is a newer linux standard than 2_24, so 2_24 is more broadly compatible, and we should use it if possible. We have to increase the version above auto because of our use of ring.

See the following for more information: kylebarron/arro3#279, PyO3/maturin-action#278 (comment), kylebarron/arro3#277, #111 (original arro3 issue: kylebarron/arro3#276).

Ran a wheel build manually to double check this works:
https://github.com/developmentseed/obstore/actions/runs/13166875454

Apparently 2_24 is deprecated (at least the maturin-action container) 🤷‍♂️ . We'll use it until it goes away 😄

@kylebarron kylebarron merged commit 913e4db into main Feb 5, 2025
17 checks passed
@kylebarron kylebarron deleted the kyle/use-2-24-aarch-wheel branch February 5, 2025 21:41
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

Successfully merging this pull request may close these issues.

1 participant