[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-haskell updated: gnu: ghc-9.2: Increase make verbosity.
From: |
guix-commits |
Subject: |
branch wip-haskell updated: gnu: ghc-9.2: Increase make verbosity. |
Date: |
Tue, 24 Jan 2023 06:28:38 -0500 |
This is an automated email from the git hooks/post-receive script.
lbraun pushed a commit to branch wip-haskell
in repository guix.
The following commit(s) were added to refs/heads/wip-haskell by this push:
new d571475d96 gnu: ghc-9.2: Increase make verbosity.
d571475d96 is described below
commit d571475d9611438ee76f0e7ce2f0a6b57dd9e473
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Jan 24 12:27:21 2023 +0100
gnu: ghc-9.2: Increase make verbosity.
Tests time out on ci.guix.gnu.org.
* gnu/packages/haskell.scm (ghc-9.2)[arguments]: Modify #:make-flags.
---
gnu/packages/haskell.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 84071cb293..60d846e841 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1295,7 +1295,10 @@ interactive environment for the functional language
Haskell.")
(replace 'fix-cc-reference
(lambda _
(substitute* "utils/hsc2hs/src/Common.hs"
- (("\"cc\"") "\"gcc\""))))))))
+ (("\"cc\"") "\"gcc\""))))))
+ ;; Increase verbosity, so running the test suite does not time out on
CI.
+ ((#:make-flags make-flags ''())
+ #~(cons "VERBOSE=4" #$make-flags))))
(native-inputs
`(;; GHC 9.2 must be built with GHC >= 8.6.
("ghc-bootstrap" ,base)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-haskell updated: gnu: ghc-9.2: Increase make verbosity.,
guix-commits <=