guix-patches
[Top][All Lists]
Advanced

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

[bug#53434] [PATCH 10/11] gnu: openexr: Disable tests on i686.


From: Denis 'GNUtoo' Carikli
Subject: [bug#53434] [PATCH 10/11] gnu: openexr: Disable tests on i686.
Date: Sat, 22 Jan 2022 03:59:25 +0100

* gnu/packages/graphics.scm (openexr)[arguments]<#:tests?>:
Conditionally disable tests.
---
 gnu/packages/graphics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 6bf42d69d1..77811402bf 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1018,7 +1018,8 @@ (define-public openexr
         (base32 "0c9vla0kbsbbhkk42jlbf94nzfb1anqh7dy9b0b3nna1qr6v4bh6"))))
     (build-system cmake-build-system)
     (arguments
-     '(#:phases
+     '(#:tests? ,(not (target-x86-32?))
+       #:phases
        (modify-phases %standard-phases
          ;; /var/tmp does not exist in the Guix build environment
          (add-after 'unpack 'patch-test-directory
-- 
2.34.0






reply via email to

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