me
/
guix
Archived
1
0
Fork 0

gnu: camlboot: Increase max-silent-time.

* gnu/packages/ocaml.scm (camlboot)[properties]: Set max-silent-time to
10 hours.
master
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
1 changed files with 2 additions and 1 deletions

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