You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use ring backend for rustls to fix ARM64 cross-compilation
The default aws-lc-rs backend has assembly code (SHA3 instructions like eor3, rax1, xar, bcax) that requires ARMv8.4-a+sha3 support, which the cross-compilation toolchain doesn't provide. Switching to the ring backend resolves the cross-compilation issues for ARM64 targets.