[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: gnome-keyring: Don't run tests in parallel on riscv64-linux.
From: |
guix-commits |
Subject: |
01/02: gnu: gnome-keyring: Don't run tests in parallel on riscv64-linux. |
Date: |
Mon, 27 May 2024 02:19:30 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 488a39503a240761f8a806c01543e5148a5624e0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 26 11:30:28 2024 +0300
gnu: gnome-keyring: Don't run tests in parallel on riscv64-linux.
* gnu/packages/gnome.scm (gnome-keyring)[arguments]: When building for
riscv64-linux don't run the tests in parallel.
Change-Id: Ib86965c52d42e3fcaa35efc97890d0da4478e46f
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6a22c0669e..cbc2c97296 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2638,6 +2638,7 @@ GNOME Desktop.")
#$output "/share/p11-kit/modules/")
(string-append "--with-pkcs11-modules="
#$output "/share/p11-kit/modules/"))
+ #:parallel-tests? (not (target-riscv64?))
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-/bin/sh-reference