aarch64 test failure #128
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On aarch64 (Linux as well as macOS), img2pdf's tests fail because of
some problem with endianness. You can find the logs here:
https://logs.nix.ci/?key=nixos/nixpkgs.152365&attempt_id=0d7b902a-4206-4875-ad38-3ca3e781ff28
This was discovered in https://github.com/NixOS/nixpkgs/pull/152365
Originally reported by dotlambda.
Isn't aarch64 also little endian?
Technically, aarch64 is bi-endian, but almost all Linux distributions tend to prefer little endian for bi-endian architectures.
See also e.g.