mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
Revert "gnu: gcc-mesboot: Raise default timeout via property."
This reverts commit f4768a9a9d.
This commit is contained in:
parent
f4768a9a9d
commit
e0148efc7f
1 changed files with 1 additions and 2 deletions
|
|
@ -1839,8 +1839,7 @@ 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"))))))))))
|
||||
(properties '((timeout . 72000))))) ;20 hours
|
||||
(getenv "LIBRARY_PATH"))))))))))))
|
||||
|
||||
(define gcc-mesboot-wrapper
|
||||
;; We need this so gcc-mesboot can be used to create shared binaries that
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue