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
CI: Remove libgcc.a linker workaround from repackaged NDK
[Rust 1.68 is now targeting NDK r25] instead of r17 and no longer tries
to forcibly link against `libgcc.a`, which was removed since NDK r23 in
favour of [only needing to link against `libunwind`]. Since this Rust
release is over 1.5 years old, assume everyone is using at least 1.68
and drop the workaround from our repackaged NDK release.
[Rust 1.68 is now targeting NDK r25]: https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html#other-changes
[only needing to link against `libunwind`]: https://blog.rust-lang.org/2023/01/09/android-ndk-update-r25.html
0 commit comments