-
Notifications
You must be signed in to change notification settings - Fork 892
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
chore(deps): unpin openssl
version
#3793
Conversation
An update to NDK23 might be required for the Android CI issue:
|
What does that mean for rustup? Do we support Android? Does it mean there's a bunch of Android devices that we can no longer support? |
da29d08
to
e29572a
Compare
We currently do (since #1000).
Yes, but I'm sure it's coherent with the previous official announcement at https://blog.rust-lang.org/2023/01/09/android-ndk-update-r25.html. |
Okay, sounds good then! Thanks for doing the legwork on this! |
@djc There's a "but" on this one: it's true that we have support for Android (termux) as a host platform since #1000, but:
|
I would be very on board with dropping the |
@djc There are definitely real i686 Android devices but they are like at least ~10 yrs old I think. Even if I consider the current Termux user base, the actual share should be lower than 0.1% given that a huge portion of i686 Android users are on emulators. Google says it's important to consider Chromebook users, a part of which are on x86 chips. However, they'll be mostly using x64 instead of the original x86, and it's also weird to me for them to use Termux since they are better off using a full-fledged So yeah, I'm dropping |
d214f4a
to
d052702
Compare
d052702
to
50db01b
Compare
Supersedes #3792. Effectively reverts #3692 and partially #3668.