[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: camlboot: Raise max-silent-time timeout valu
From: |
guix-commits |
Subject: |
branch master updated: gnu: camlboot: Raise max-silent-time timeout value to 4 hours. |
Date: |
Fri, 05 Mar 2021 09:54:44 -0500 |
This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 58277e6 gnu: camlboot: Raise max-silent-time timeout value to 4 hours.
58277e6 is described below
commit 58277e68d4427e110c07fca7bce931be31e6a266
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Mar 5 15:51:52 2021 +0100
gnu: camlboot: Raise max-silent-time timeout value to 4 hours.
* gnu/packages/ocaml.scm (camlboot)[properties]: Add a 'max-silent-time'
property, with a value of 4 hours.
---
gnu/packages/ocaml.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3eb14c7..eb09747 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -155,6 +155,8 @@
(install-file "ocamllex" bin)))))))
(native-inputs
`(("guile" ,guile-3.0)))
+ (properties
+ `(max-silent-time . 14400)) ; 4 hours, expected even on x86_64
(home-page "https://github.com/Ekdohibs/camlboot")
(synopsis "OCaml souce bootstrap")
(description "OCaml is written in OCaml. Its sources contain a
pre-compiled
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: camlboot: Raise max-silent-time timeout value to 4 hours.,
guix-commits <=