[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: inkscape: Skip some tests on riscv64-linux.
From: |
guix-commits |
Subject: |
02/02: gnu: inkscape: Skip some tests on riscv64-linux. |
Date: |
Tue, 2 May 2023 07:34:07 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 45c6abaef5297b2bb76182eacb632739043a2cf3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 2 14:30:45 2023 +0300
gnu: inkscape: Skip some tests on riscv64-linux.
* gnu/packages/inkscape.scm (inkscape)[arguments]: Use the custom
'disable-more-tests phase on riscv64-linux also.
---
gnu/packages/inkscape.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 2840fd789b..aa2c6419a0 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -194,7 +194,8 @@ endif()~%~%"
(("text-glyphs-vertical") "")
(("test-rtl-vertical") ""))))
,@(if (or (target-aarch64?)
- (target-ppc64le?))
+ (target-ppc64le?)
+ (target-riscv64?))
`((add-after 'unpack 'disable-more-tests
(lambda _
;;
https://gitlab.com/inkscape/inkscape/-/issues/3554#note_1035680690