Open mrusme opened 4 years ago
Hi, @mrusme!
i686
and x86_64
are the only architectures supported right now (see platforms support page for details), but if anyone wants to fix this issue and ensure that CI correctly compiles heim
for your arch, I'll be happy to review the PR.
Some ARM targets are already tested in CI, can you elaborate on what target do you use?
I get this issue on aarch64-unknown-linux-gnu debian-buster
I have the same issue on aarch64-unknown-linux-gnu
on rpi4 running archlinuxarm
Fails with aarch64-unknown-linux-gnu
on NixOS unstable using binfmt+qemu-user-static
This is a duplicate of https://github.com/heim-rs/heim/issues/207
I successfully compiled bottom for aarch64-unknown-linux-gnu
by cherry-picking https://github.com/heim-rs/heim/commit/98a347029bf5fffe73acb8719e21a1bfd1667f22 on top of 0.10.0 and changing bottom to use that.