The type of libc::c_char is u8 on aarch64 rather than i8, which causes
the use of a specifically-typed constant to fail.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I'm pulling this patch into nixpkgs directly (https://github.com/NixOS/nixpkgs/pull/164119) as well just to unblock us (and also to actually test this on an aarch64-linux system, since I don't have one to hand but we do have them in CI)