cygwin: disable gnumake check because of hanging test

This commit is contained in:
Florian Friesdorf 2014-10-23 20:18:57 +02:00 committed by Rok Garbas
parent e45745f1f4
commit f33f2a7e82

View file

@ -10,8 +10,8 @@ stdenv.mkDerivation {
};
/* On Darwin, there are 3 test failures that haven't been investigated
yet. */
doCheck = !stdenv.isDarwin && !stdenv.isFreeBSD;
yet. On cygwin at least parallelsim test hangs. */
doCheck = !stdenv.isDarwin && !stdenv.isFreeBSD && !stdenv.isCygwin;
patches =
[