guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mesa: Fix architecture matching when disabling tests.


From: guix-commits
Subject: 01/03: gnu: mesa: Fix architecture matching when disabling tests.
Date: Mon, 9 Aug 2021 10:48:11 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 57e59eddfbdfe2316e5f619cff9cdc49fbedeb7a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 9 14:11:09 2021 +0300

    gnu: mesa: Fix architecture matching when disabling tests.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Adjust architecture names in
    custom 'disable-failing-test phase.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 7181923..d694c0a 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -365,11 +365,11 @@ also known as DXTn or DXTC) for Mesa.")
          (add-after 'unpack 'disable-failing-test
            (lambda _
              ,@(match (%current-system)
-                 ("powerpc64le"
+                 ("powerpc64le-linux"
                   ;; Disable some of the llvmpipe tests.
                   `((substitute* "src/gallium/drivers/llvmpipe/lp_test_arit.c"
                       (("0\\.5, ") ""))))
-                 ("powerpc"
+                 ("powerpc-linux"
                   ;; There are some tests which fail specifically on powerpc.
                   `((substitute* '(;; LLVM ERROR: Relocation type not 
implemented yet!
                                    "src/gallium/drivers/llvmpipe/meson.build"



reply via email to

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