mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: mes-boot: Extend build timeout.
* gnu/packages/commencement.scm (mes-boot)[properties]: New field. Change-Id: I5086114ff6d06687a167c3cdce0b8cc1d139c80b
This commit is contained in:
committed by
Janneke Nieuwenhuizen
parent
40fc41296a
commit
ebf891605b
@@ -510,8 +510,9 @@ MesCC-Tools), and finally M2-Planet.")
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user