Uh oh!
There was an error while loading. Please reload this page.
chore(deps): unpin openssl version - #3793
Conversation
Co-authored-by: rami3l <rami3l@outlook.com>
rami3l
commented
Apr 26, 2024
An update to NDK23 might be required for the Android CI issue:
|
djc
commented
Apr 26, 2024
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
e29572aCompare
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. |
djc
commented
Apr 26, 2024
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:
|
djc
commented
Apr 26, 2024
I would be very on board with dropping the |
@djcThere 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
d052702Compared052702 to
50db01bCompare
Supersedes #3792. Effectively reverts #3692 and partially #3668.