mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 New Issue
Block a user