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 9e89b41966
.
* gnu/packages/image.scm (vigra)[properties]: Remove field.
This commit is contained in:
parent
77386648da
commit
183f258ea8
1 changed files with 0 additions and 3 deletions
|
@ -1020,9 +1020,6 @@ graphics image formats like PNG, BMP, JPEG, TIFF and others.")
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1bqs8vx5i1bzamvv563i24gx2xxdidqyxh9iaj46mbznhc84wmm5"))))
|
"1bqs8vx5i1bzamvv563i24gx2xxdidqyxh9iaj46mbznhc84wmm5"))))
|
||||||
(build-system cmake-build-system)
|
(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
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
|
|
Reference in a new issue