forked from mirrors/nixpkgs
cygwin: disable gnumake check because of hanging test
This commit is contained in:
parent
e45745f1f4
commit
f33f2a7e82
|
@ -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 =
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue