guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: colord-minimal: Skip tests on big-endian sys


From: guix-commits
Subject: branch master updated: gnu: colord-minimal: Skip tests on big-endian systems.
Date: Fri, 08 Mar 2024 10:15:16 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8b05007297 gnu: colord-minimal: Skip tests on big-endian systems.
8b05007297 is described below

commit 8b0500729754e208bff983563bfe60836de9f30b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Mar 8 14:02:20 2024 +0200

    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
---
 gnu/packages/gnome.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d14651c792..a0710aa78a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5583,6 +5583,9 @@ file.")
                                 "-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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]