From 90abe1c0c62d790be66e789e4e9037065bc46459 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 21 Nov 2021 23:02:19 +0100 Subject: [PATCH] haskellPackages.hls-hlint-plugin: don't run tests on aarch64-linux test suite triggers same RTS bug (?) as hls-hlint-plugin. --- pkgs/development/haskell-modules/configuration-arm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index 3eb850ac1d18..95e2c737b347 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -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