haskellPackages.hls-haddock-comment-plugin: no aarch64-linux tests

test suite triggers same RTS bug (?) as hls-hlint-plugin.
main
sternenseemann 3 years ago
parent c9b237b88f
commit 86c50292b0
  1. 1
      pkgs/development/haskell-modules/configuration-arm.nix

@ -100,6 +100,7 @@ self: super: {
# 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;
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
# https://github.com/ekmett/half/issues/35

Loading…
Cancel
Save