haskellPackages.ghc-prof: disable tests on aarch64

Since enableLibraryProfiling is false on aarch64, we can't expect tests
to work, but the library can still be built.
This commit is contained in:
sternenseemann 2021-08-06 15:56:26 +02:00
parent cb96be8e00
commit b42cded08d

View file

@ -95,6 +95,9 @@ self: super: {
# https://github.com/ekmett/half/issues/35
half = dontCheck super.half;
# We disable profiling on aarch64, so tests naturally fail
ghc-prof = dontCheck super.ghc-prof;
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
# AARCH32-SPECIFIC OVERRIDES