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

Apply readelf patch for cross-compiling on older Python versions #452

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Dec 20, 2024

Linux cross-compiles are failing on main @ 01cfc3b due to readelf missing. We drop this check as part of the Apple cross compilation patch but since #443 we no longer apply that patch on Linux. This moves the patch out into a separate file and applies it when cross-compiling on Python <=3.12 where it is relevant.

@zanieb zanieb added internal A refactor or improvement that is not user-facing platform:linux Specific to the Linux platform labels Dec 20, 2024
@zanieb zanieb marked this pull request as ready for review December 20, 2024 21:55
@zanieb zanieb merged commit 4a36797 into main Dec 20, 2024
266 checks passed
@zanieb zanieb deleted the zb/fix-readelf branch December 20, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing platform:linux Specific to the Linux platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants