Merge pull request #1773 from bhipple/fix-hydra-rpm-builds
Fix RPM builds by increasing VM memory size
This commit is contained in:
		
						commit
						1b851ae8f6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -313,7 +313,7 @@ let | |||
|         { extraPackages = | ||||
|             [ "sqlite" "sqlite-devel" "bzip2-devel" "libcurl-devel" "openssl-devel" "xz-devel" "libseccomp-devel" ] | ||||
|             ++ extraPackages; }; | ||||
|       memSize = 1024; | ||||
|       memSize = 2048; | ||||
|       meta.schedulingPriority = 50; | ||||
|       postRPMInstall = "cd /tmp/rpmout/BUILD/nix-* && make installcheck"; | ||||
|       #enableParallelBuilding = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue