~ruther/guix-local

f4768a9a9d6538127199d9b30af14ea1ea3576da — Maxim Cournoyer 6 months ago 11cf5b2
gnu: gcc-mesboot: Raise default timeout via property.

It was found to time out in the CI after 21600 seconds.

* gnu/packages/commencement.scm (gcc-mesboot) [properties]: New field.

Change-Id: Idec8a668f4f15e9ed3712d505b82704260b4295d
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/commencement.scm
M gnu/packages/commencement.scm => gnu/packages/commencement.scm +2 -1
@@ 1839,7 1839,8 @@ exec " gcc "/bin/" program
                      (format (current-error-port) "C_INCLUDE_PATH=~a\n" (getenv "C_INCLUDE_PATH"))
                      (format (current-error-port) "CPLUS_INCLUDE_PATH=~a\n" (getenv "CPLUS_INCLUDE_PATH"))
                      (format (current-error-port) "LIBRARY_PATH=~a\n"
                              (getenv "LIBRARY_PATH"))))))))))))
                              (getenv "LIBRARY_PATH"))))))))))
    (properties '((timeout . 72000)))))    ;20 hours

(define gcc-mesboot-wrapper
  ;; We need this so gcc-mesboot can be used to create shared binaries that