[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: linux-libre: Bump max-silent-time even further.
From: |
guix-commits |
Subject: |
06/07: gnu: linux-libre: Bump max-silent-time even further. |
Date: |
Mon, 9 Jan 2023 18:27:23 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 6106044849fcdda9f66e29829806c2053ac276a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 10 00:25:46 2023 +0100
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.
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7d10da25ef..eb01e549ef 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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
;;;
- branch master updated (79a9bb25bc -> 27e40a4463), guix-commits, 2023/01/09
- 02/07: doc: Fix <openntpd-configuration> openntpd default., guix-commits, 2023/01/09
- 01/07: gnu: fbcat: Fix typo in description., guix-commits, 2023/01/09
- 05/07: gnu: emacs-hsluv: Name git checkout., guix-commits, 2023/01/09
- 03/07: gnu: emacs-syslog-mode: Name git checkout., guix-commits, 2023/01/09
- 04/07: gnu: emacs-hide-lines: Name git checkout., guix-commits, 2023/01/09
- 06/07: gnu: linux-libre: Bump max-silent-time even further.,
guix-commits <=
- 07/07: gnu: bind: Update to 9.16.36., guix-commits, 2023/01/09