Does <this linker error in CI> ring any bells? It'...
# development
h
Does this linker error in CI ring any bells? It's on main, and doesn't seem related to any change.
Copy code
/usr/bin/ld: error: /home/gha/.rustup/toolchains/1.77.0-aarch64-unknown-linux-gnu/lib/rustlib/aarch64-unknown-linux-gnu/lib/liblibc-bf596504add101f7.rlib: file too short
          collect2: error: ld returned 1 exit status
b
Doesn’t ring bells to me, but might be a compiler bug? https://github.com/rust-lang/rust/issues/100580 weird that it’d be in the stdlib, though… 🤔
g
Tbh the previous error also doesn't make sense so I'd bet on a bad runner and retry? Potentially bad cache on the first error...