mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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 @@ (define* (make-linux-libre* version gnu-revision source supported-systems
|
|||
(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
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Reference in a new issue