diff options
author | Leo Famulari <leo@famulari.name> | 2020-03-14 14:14:58 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-03-14 20:33:54 -0400 |
commit | 183f258ea809c7e93a02b87568dcaf62625e8c93 (patch) | |
tree | 322d9e8a77cb98d7e90c6dca0ad8741691edbbee /gnu | |
parent | 77386648da9c6bd0601d389ddb94ddba088d8b87 (diff) | |
download | patches-183f258ea809c7e93a02b87568dcaf62625e8c93.tar patches-183f258ea809c7e93a02b87568dcaf62625e8c93.tar.gz |
Revert "gnu: VIGRA: Try to fix a build failure on the build farm."
This doesn't have any effect on our build farm, because Cuirass does not
honor the 'timeout' and 'max-silent-time' properties:
https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00209.html
This reverts commit 9e89b4196605457cff6ca14b21f86c7b25a22671.
* gnu/packages/image.scm (vigra)[properties]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/image.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index fffc1e0cec..38a8b2ed42 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -1020,9 +1020,6 @@ 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) |