This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase
in repository guix.

The following commit(s) were added to 
refs/heads/add-compress-debug-symbols-phase by this push:
     new 330fe0f5b2 gnu: gcc-mesboot: Raise default timeout via property.
330fe0f5b2 is described below

commit 330fe0f5b2798b97a1ea79e4b50dcb98d9c9b7d9
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Oct 29 14:25:02 2025 +0900

    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
---
 gnu/packages/commencement.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 47ebe48f51..f5e766619d 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -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

Reply via email to