3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: camlboot: Increase max-silent-time.

* gnu/packages/ocaml.scm (camlboot)[properties]: Set max-silent-time to
10 hours.
This commit is contained in:
Julien Lepiller 2021-11-21 16:18:07 +01:00
parent f0a30bf8aa
commit 29e9dc49cc
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -161,7 +161,8 @@
(native-inputs
`(("guile" ,guile-3.0)))
(properties
`((max-silent-time . 14400))) ; 4 hours, expected even on x86_64
;; 10 hours, mostly for arm, more than 1 expected even on x86_64
`((max-silent-time . 36000)))
(home-page "https://github.com/Ekdohibs/camlboot")
(synopsis "OCaml source bootstrap")
(description "OCaml is written in OCaml. Its sources contain a pre-compiled