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
In recent Rust versions, the dylib format for AIX has changed to reflect
that shared libraries on AIX are normal archived, in the Big archive
format.
See rust-lang/rust#132362.
However, Python wheels on the platforms still use un-archived shared
objects, so this change updates module_writer to unarchive the archived
dylib before we copy it over to the wheel.
0 commit comments