| 14 May 2025 |
@curid:matrix.org | * I'm abusing nix to cross compile aarch64 binaries too | 17:34:52 |
@curid:matrix.org | Is there a guide for custom stdenv? I've tried to find a way to patch urandom in glibc before without much luck | 17:37:32 |
Toma |
could someone review https://github.com/NixOS/nixpkgs/pull/373541?
I know I've sent it in several times, but I'd like to get this merged, preferably before branch-off | 23:43:12 |
| 15 May 2025 |
| @jh-devv:matrix.org joined the room. | 15:45:51 |
@jh-devv:matrix.org | So ugh, how do I install an toolchain for Rust with specific components and support for targets such as "aarch64-linux-android", "armv7-linux-androideabi", "x86_64-linux-android",
"i686-linux-android" fenix | 15:49:16 |
@jh-devv:matrix.org | * | 15:49:29 |
@jh-devv:matrix.org | * | 15:49:32 |
@jh-devv:matrix.org | I haven | 15:49:40 |
@jh-devv:matrix.org | * | 15:49:47 |
K900 | i686-linux-android is definitely not a supported target | 15:49:54 |
@jh-devv:matrix.org | I always get errors "error[E0514]: found crate core compiled by an incompatible version of rustc #931" or similar | 15:50:02 |
@jh-devv:matrix.org | In reply to @k900:0upti.me i686-linux-android is definitely not a supported target https://doc.rust-lang.org/nightly/rustc/platform-support/android.html#building-the-target | 15:51:03 |
K900 | Definitely not in upstream Android though | 15:51:22 |
K900 | It might work | 15:51:26 |
@jh-devv:matrix.org | In reply to @jh-devv:matrix.org I always get errors "error[E0514]: found crate core compiled by an incompatible version of rustc #931" or similar Well, what causes this? | 15:52:00 |
K900 | Not sure honestly | 15:52:12 |
K900 | Depends on how you're invoking rustc | 15:52:18 |
K900 | Or cargo or whatever | 15:52:21 |
@jh-devv:matrix.org | In reply to @k900:0upti.me Or cargo or whatever well, from Gradle in Android Studio | 15:53:00 |