gnu: linux: Don't timeout on blob scan.
On berlin, linux-libre blob scanning timeouts after 600 seconds, increase max-silent-time to 3600 seconds. * gnu/packages/linux.scm (make-linux-libre*): Set max-silent-time property to 3600.
This commit is contained in:
parent
2dba37e27a
commit
f40ae739bc
1 changed files with 2 additions and 1 deletions
|
@ -850,7 +850,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
|
||||||
(description
|
(description
|
||||||
"GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.
|
"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.")
|
It has been modified to remove all non-free binary blobs.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)
|
||||||
|
(properties '((max-silent-time . 3600))))) ;don't timeout on blob scan.
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
Reference in a new issue