guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: exiv2: Adjust tests on riscv64-linux.


From: guix-commits
Subject: 01/02: gnu: exiv2: Adjust tests on riscv64-linux.
Date: Thu, 4 May 2023 09:55:26 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f776eb3f8703dd55adaa92c9431728fdd2ce6b59
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 4 16:02:55 2023 +0300

    gnu: exiv2: Adjust tests on riscv64-linux.
    
    * gnu/packages/image.scm (exiv2)[arguments]: Also use the custom
    'adjust-tests phase when building for riscv64-linux.
---
 gnu/packages/image.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 1f98895daa..2485bbb943 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1423,7 +1423,9 @@ channels.")
                     (lib (string-append out "/lib")))
                (for-each delete-file (find-files lib "\\.a$")))))
 
-         ,@(if (or (target-ppc64le?) (target-aarch64?))
+         ,@(if (or (target-ppc64le?)
+                   (target-aarch64?)
+                   (target-riscv64?))
                '((add-after 'unpack 'adjust-tests
                    (lambda _
                      ;; Adjust test on ppc64 and aarch64, where no exception



reply via email to

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