mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: colord-minimal: Skip tests on big-endian systems.
* gnu/packages/gnome.scm (colord-minimal)[arguments]: Disable tests when building on a big-endian system. Change-Id: I6d1ba215894175e75ed4a3171ad3c54cb12653cd
This commit is contained in:
parent
d79c88e880
commit
8b05007297
1 changed files with 3 additions and 0 deletions
|
@ -5583,6 +5583,9 @@ (define-public colord-minimal
|
|||
"-Dlocalstatedir=/var"
|
||||
"-Dman=false"
|
||||
"-Dsystemd=false") ;no systemd
|
||||
;; Apparently the tests are known to fail on big-endian systems.
|
||||
#:tests? (not (or (%current-target-system)
|
||||
(not (target-little-endian?))))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-problematic-tests
|
||||
|
|
Loading…
Reference in a new issue