mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #158395 from veprbl/pr/broken_libtensorflow_maxSilence
libtensorflow: set meta.maxSilent, set timeouts only on darwin
This commit is contained in:
commit
ba8a28d611
1 changed files with 3 additions and 1 deletions
|
@ -413,8 +413,10 @@ let
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jyp abbradar ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
timeout = 86400; # 24 hours, needed for darwin
|
||||
broken = !(xlaSupport -> cudaSupport);
|
||||
} // lib.optionalAttrs stdenv.isDarwin {
|
||||
timeout = 86400; # 24 hours
|
||||
maxSilent = 14400; # 4h, double the default of 7200s
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue