mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
chnages.
This commit is contained in:
parent
f8fc8bbfe8
commit
5aeda79296
1 changed files with 5 additions and 3 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue