You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply readelf patch for cross-compiling on older Python versions (astral-sh#452)
Linux cross-compiles are failing on `main` @
astral-sh@01cfc3b
due to `readelf` missing. We drop this check as part of the Apple cross
compilation patch but since astral-sh#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.
0 commit comments