me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2023-01-10 00:25:46 +01:00
parent 03829e066d
commit 6106044849
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;;