mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: mes-boot: Extend build timeout.
* gnu/packages/commencement.scm (mes-boot)[properties]: New field. Change-Id: I5086114ff6d06687a167c3cdce0b8cc1d139c80b
This commit is contained in:
parent
d49e1af9ad
commit
383187ff80
1 changed files with 3 additions and 2 deletions
|
@ -485,8 +485,9 @@ (define (objects-in-dir dir)
|
|||
(search-path-specification
|
||||
(variable "MES_PREFIX")
|
||||
(separator #f)
|
||||
(files '("")))))))
|
||||
|
||||
(files '("")))))
|
||||
;; This can take up to 3 days on riscv64-linux.
|
||||
(properties `((timeout . ,(* 3 24 60 60))))))
|
||||
|
||||
(define tcc-boot0
|
||||
;; Pristine tcc cannot be built by MesCC, we are keeping a delta of 30
|
||||
|
|
Loading…
Reference in a new issue