Merge pull request #182194 from misuzu/cryptonite-armv7l

haskellPackages.cryptonite: disable tests on aarch32
This commit is contained in:
Dennis Gosnell 2022-07-21 15:16:34 +09:00 committed by GitHub
commit 52e48bb37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,4 +116,7 @@ self: super: {
} // lib.optionalAttrs pkgs.stdenv.hostPlatform.isAarch32 {
# AARCH32-SPECIFIC OVERRIDES
# KAT/ECB/D2 test segfaults on armv7l
# https://github.com/haskell-crypto/cryptonite/issues/367
cryptonite = dontCheck super.cryptonite;
}