e5b52fa56f
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).