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
when building for e.g. arm-unknown-linux-gnueabihf.2.34 in ghcr.io/rust-cross/cargo-zigbuild:0. The GLIBC version makes no difference, but aarch64-unknown-linux-gnu.2.34 and x86_64-unknown-linux-gnu.2.28 work fine.
Surprisingly, arm-unknown-linux-gnueabihf works on my host system (Fedora 41, zig 0.13.0).
The text was updated successfully, but these errors were encountered:
I'm getting:
when building for e.g.
arm-unknown-linux-gnueabihf.2.34
inghcr.io/rust-cross/cargo-zigbuild:0
. The GLIBC version makes no difference, butaarch64-unknown-linux-gnu.2.34
andx86_64-unknown-linux-gnu.2.28
work fine.Surprisingly,
arm-unknown-linux-gnueabihf
works on my host system (Fedora 41, zig 0.13.0).The text was updated successfully, but these errors were encountered: