[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53779] [PATCH] gnu: ell: Disable parallel tests.
From: |
Simon South |
Subject: |
[bug#53779] [PATCH] gnu: ell: Disable parallel tests. |
Date: |
Wed, 9 Feb 2022 09:54:59 -0500 |
* gnu/packages/linux.scm (ell)[arguments]: Disable parallel tests.
---
gnu/packages/linux.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 08ef82efaf..e9db731614 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8358,6 +8358,8 @@ (define-public ell
(base32
"0lxjizby3zdyhzad5a0gbz4m2pp44jf1j4l1pn18d04rw9mr2gqy"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:parallel-tests? #f))
(inputs
(list dbus))
(native-inputs
base-commit: ad9cd004c81a01e33a605221a102f4d20abe442d
--
2.34.0
- [bug#53779] [PATCH 1/5] gnu: iwd: Remove input labels., (continued)
[bug#53779] [PATCH v2 3/6] gnu: iwd: Build from Git sources., Simon South, 2022/02/07
[bug#53779] [PATCH 1/6] gnu: iwd: Remove input labels., Simon South, 2022/02/07
[bug#53779] [PATCH v2 6/6] gnu: iwd: Update to 1.24., Simon South, 2022/02/07
bug#53779: [PATCH 0/5] gnu: iwd: Build from Git; update to 1.23., Ludovic Courtès, 2022/02/08