Files
nr-flow-validator/infra/librespot
david e5b52fa56f librespot: switch from cross-compile to native ARM64 build
Cross-compile on x86_64 with qemu emulation takes >30min and hits
60-90min ceiling due to slow crate-by-crate aarch64 build under qemu.
Native ARM64 build on RPi 3B+ with --jobs 2 (1GB RAM) is much faster.

Rust 1.85.1 installed via rustup on RPi (precompiled aarch64 toolchain).
2026-07-01 05:00:22 -07:00
..