mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
haskellPackages.hls-hlint-plugin: don't run tests on aarch64-linux
test suite triggers same RTS bug (?) as hls-hlint-plugin.
This commit is contained in:
parent
57017e5352
commit
90abe1c0c6
@ -99,6 +99,7 @@ self: super: {
|
||||
# Similar RTS issue in test suite:
|
||||
# rts/linker/elf_reloc_aarch64.c:98: encodeAddendAarch64: Assertion `isInt64(21+12, addend)' failed.
|
||||
hls-hlint-plugin = dontCheck super.hls-hlint-plugin;
|
||||
hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
|
||||
|
||||
|
||||
# https://github.com/ekmett/half/issues/35
|
||||
|
Loading…
Reference in New Issue
Block a user