From 488a39503a240761f8a806c01543e5148a5624e0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 26 May 2024 11:30:28 +0300 Subject: [PATCH] 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