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

CI: Remove libgcc.a linker workaround from repackaged NDK #201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Jan 3, 2025

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.

@MarijnS95 MarijnS95 force-pushed the rm-libgcc-workaround branch from cb90899 to 231f206 Compare January 3, 2025 14:45
[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
@MarijnS95 MarijnS95 force-pushed the rm-libgcc-workaround branch from 231f206 to 8a5d92e Compare January 3, 2025 15:54
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