mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
f0a30bf8aa
commit
29e9dc49cc
1 changed files with 2 additions and 1 deletions
|
@ -161,7 +161,8 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("guile" ,guile-3.0)))
|
`(("guile" ,guile-3.0)))
|
||||||
(properties
|
(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")
|
(home-page "https://github.com/Ekdohibs/camlboot")
|
||||||
(synopsis "OCaml source bootstrap")
|
(synopsis "OCaml source bootstrap")
|
||||||
(description "OCaml is written in OCaml. Its sources contain a pre-compiled
|
(description "OCaml is written in OCaml. Its sources contain a pre-compiled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue