This commit is contained in:
Yann Dupont 2021-09-06 21:34:41 +02:00
parent f8fc8bbfe8
commit 5aeda79296

View file

@ -1546,9 +1546,11 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
(arguments
;; FIXME: Disable tests on i686 to work around
;; <https://bugs.gnu.org/40527>.
`(#:tests? #f
; ,(or (%current-target-system)
; (not (string=? "i686-linux" (%current-system))))
`(#:tests? ,(or (%current-target-system)
(not (string=? "x86_64-linux" (%current-system))))
#:configure-flags
(let ((gcc (string-append (assoc-ref %build-inputs "gcc") "/bin/gcc"))
(out (assoc-ref %outputs "out")))