aarch64 test failure #128

Closed
opened 2022-01-04 10:10:30 +00:00 by josch · 1 comment
Owner

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.

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.

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. - https://wiki.debian.org/ArchitectureSpecificsMemo - https://developer.apple.com/documentation/apple-silicon/porting-your-macos-apps-to-apple-silicon
josch closed this issue 2023-06-11 06:35:58 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: josch/img2pdf#128
No description provided.