guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: VIGRA: Try to fix a build failure on the bui


From: guix-commits
Subject: branch master updated: gnu: VIGRA: Try to fix a build failure on the build farm.
Date: Fri, 14 Feb 2020 17:06:29 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9e89b41  gnu: VIGRA: Try to fix a build failure on the build farm.
9e89b41 is described below

commit 9e89b4196605457cff6ca14b21f86c7b25a22671
Author: Leo Famulari <address@hidden>
AuthorDate: Fri Feb 14 17:01:34 2020 -0500

    gnu: VIGRA: Try to fix a build failure on the build farm.
    
    * gnu/packages/image.scm (vigra)[properties]: Set the maximum silent time to
    7200 seconds.
---
 gnu/packages/image.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index a79d63f..f9da1e9 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1009,6 +1009,9 @@ graphics image formats like PNG, BMP, JPEG, TIFF and 
others.")
       (sha256 (base32
                 "1bqs8vx5i1bzamvv563i24gx2xxdidqyxh9iaj46mbznhc84wmm5"))))
    (build-system cmake-build-system)
+   ;; Otherwise it fails on <ci.guix.gnu.org> in the check phase after 3600
+   ;; seconds of silence.
+   (properties '((max-silent-time . 7200)))
    (inputs
     `(("boost" ,boost)
       ("fftw" ,fftw)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]