Commit e1cd2dac authored by OPNA2608's avatar OPNA2608
Browse files

haskellPackages.crypton: Disable tests on ppc64

Upstream report about them not working on all archs. Only platform I can confirm these failures on myself is ppc64.
parent 567bea76
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2440,6 +2440,12 @@ with haskellLib;
    ))
  ];

  # Test failures on various archs
  # https://github.com/kazu-yamamoto/crypton/issues/49
  crypton = dontCheckIf (
    pkgs.stdenv.hostPlatform.isPower64 && pkgs.stdenv.hostPlatform.isBigEndian
  ) super.crypton;

  # Too strict bounds on text and tls
  # https://github.com/barrucadu/irc-conduit/issues/54
  # Use crypton-connection instead of connection