gnu: linux-libre: Bump max-silent-time even further.
Aarch64 CI build still fail with ‘timed out after 3600 seconds of silence’. * gnu/packages/linux.scm (make-linux-libre*): Increase the max-silent-time to 3 hours. Reported by akirakyle in #guix.
This commit is contained in:
		
							parent
							
								
									03829e066d
								
							
						
					
					
						commit
						6106044849
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1066,7 +1066,7 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
 | 
			
		|||
    (description "GNU Linux-Libre is a free (as in freedom) variant of the
 | 
			
		||||
Linux kernel.  It has been modified to remove all non-free binary blobs.")
 | 
			
		||||
    (license license:gpl2)
 | 
			
		||||
    (properties '((max-silent-time . 3600))))) ;don't timeout on blob scan.
 | 
			
		||||
    (properties '((max-silent-time . 10800))))) ;don't timeout on blob scan
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
;;;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue