mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 09:58:50 +03:00
haskellPackages.cryptonite: disable tests on aarch32
KAT/ECB/D2 test segfaults on armv7l
This commit is contained in:
parent
d57f20b903
commit
bc1ae7cff8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user