Tests fail when cross compiling aarch64 on x86_64 on NixOS #5091
dantefromhell
started this conversation in
General
Replies: 1 comment 2 replies
-
I don't know about Nix, but I don't think our CLI tests can run without setting up qemu or something. They test the Do the other CLI tests work? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm failing to cross-compile
jujutsu
for aarch64 on a x86_64 machine using NixOS and the upstream flake:with
Disabling the test using
packages.aarch64-linux.jujutsu.overrideAttrs { doCheck = false; }
works.Not sure if this is NixOS cross-compile or a
jj
issue though.Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions