fix: aarch64 CLI builds (#1572)
## 🎟️ Tracking https://bitwarden.atlassian.net/browse/SM-2077 ## 📔 Objective Newer builds of Rust added `-Wl,--fix-cortex-a53-843419` to the pre-link-args of all aarch64 Linux target specs (https://github.com/rust-lang/rust/pull/155453). This is a GNU `ld` flag that fixes a Cortex-A53 CPU erratum. Zig's linker (`lld`) doesn't support this flag, causing the build to fail.
T
tangowithfoxtrot committed
5265d511b0f31a81eb3adbce80402d913571aeab
Parent: 5a77f9f
Committed by GitHub <noreply@github.com>
on 8/26/2026, 5:12:29 PM