mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Cache::Memory: Disable tests
These can time out under load. http://hydra.nixos.org/build/7214262
This commit is contained in:
parent
dc5cc7cfb3
commit
28188fca3a
@ -439,6 +439,7 @@ rec {
|
||||
sha256 = "1zykapgl9lxnlx79xfghzb26qimhry94xfxfyswwfhra1ywd9yyg";
|
||||
};
|
||||
propagatedBuildInputs = [ TimeDate DBFile DigestSHA1 FileNFSLock HeapFibonacci IOString ];
|
||||
doCheck = false; # can time out
|
||||
meta = {
|
||||
maintainers = with maintainers; [ ocharles ];
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user