diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:47 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:47 +0900 |
| commit | e0148efc7f882ba26603897356fa5b8ed4e91455 (patch) | |
| tree | d0d45c9a62f73619e6e20d47feeb2259c0531823 /gnu/packages | |
| parent | f4768a9a9d6538127199d9b30af14ea1ea3576da (diff) | |
Revert "gnu: gcc-mesboot: Raise default timeout via property."
This reverts commit f4768a9a9d6538127199d9b30af14ea1ea3576da.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/commencement.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index f5e766619d6..47ebe48f513 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -1839,8 +1839,7 @@ exec " gcc "/bin/" program | |||
| 1839 | (format (current-error-port) "C_INCLUDE_PATH=~a\n" (getenv "C_INCLUDE_PATH")) | 1839 | (format (current-error-port) "C_INCLUDE_PATH=~a\n" (getenv "C_INCLUDE_PATH")) |
| 1840 | (format (current-error-port) "CPLUS_INCLUDE_PATH=~a\n" (getenv "CPLUS_INCLUDE_PATH")) | 1840 | (format (current-error-port) "CPLUS_INCLUDE_PATH=~a\n" (getenv "CPLUS_INCLUDE_PATH")) |
| 1841 | (format (current-error-port) "LIBRARY_PATH=~a\n" | 1841 | (format (current-error-port) "LIBRARY_PATH=~a\n" |
| 1842 | (getenv "LIBRARY_PATH")))))))))) | 1842 | (getenv "LIBRARY_PATH")))))))))))) |
| 1843 | (properties '((timeout . 72000))))) ;20 hours | ||
| 1844 | 1843 | ||
| 1845 | (define gcc-mesboot-wrapper | 1844 | (define gcc-mesboot-wrapper |
| 1846 | ;; We need this so gcc-mesboot can be used to create shared binaries that | 1845 | ;; We need this so gcc-mesboot can be used to create shared binaries that |
