mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
libtensorflow: increase meta.timeout to 24h
This commit is contained in:
parent
92029c12ee
commit
69e914bdb3
@ -344,6 +344,7 @@ let
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ jyp abbradar ];
|
maintainers = with maintainers; [ jyp abbradar ];
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
|
timeout = 86400; # 24 hours, needed for darwin
|
||||||
broken = !(xlaSupport -> cudaSupport);
|
broken = !(xlaSupport -> cudaSupport);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user