efraim pushed a commit to branch master
in repository guix.

commit f776eb3f8703dd55adaa92c9431728fdd2ce6b59
Author: Efraim Flashner <[email protected]>
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