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 <[email protected]>
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