Merge pull request #182194 from misuzu/cryptonite-armv7l
haskellPackages.cryptonite: disable tests on aarch32
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user