me
/
guix
Archived
1
0
Fork 0

gnu: ghc-9.2: Increase max-silent-time.

Times out on i686 CI, but not locally.

* gnu/packages/haskell.scm (ghc-9.2)[properties]: Add max-silent-time.
master
Lars-Dominik Braun 2023-02-28 09:28:58 +01:00
parent a79950af15
commit 3bb2078a12
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 1 additions and 0 deletions

View File

@ -1309,6 +1309,7 @@ interactive environment for the functional language Haskell.")
;; Increase verbosity, so running the test suite does not time out on CI.
((#:make-flags make-flags ''())
#~(cons "VERBOSE=4" #$make-flags))))
(properties '((max-silent-time . 36000))) ; 10 hours, for i686.
(native-inputs
`(;; GHC 9.2 must be built with GHC >= 8.6.
("ghc-bootstrap" ,base)