[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70031] [core-updates PATCH 19/19] gnu: aws-c-common: Disable parall
From: |
Greg Hogan |
Subject: |
[bug#70031] [core-updates PATCH 19/19] gnu: aws-c-common: Disable parallel tests. |
Date: |
Wed, 27 Mar 2024 14:52:44 +0000 |
* gnu/packages/c.scm (aws-c-common): Disable parallel tests.
Change-Id: I7b8fb481e21ca6c61417ab3664f796998fe971ae
---
gnu/packages/c.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index c004aade73d..0e9662eea55 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -866,7 +866,8 @@ (define-public aws-c-common
"089grcj58n4xs41kmnpaqpwsalcisjbqqb5yqahxxyfx2lf1j9c9"))))
(build-system cmake-build-system)
(arguments
- '(#:configure-flags
+ '(#:parallel-tests? #f
+ #:configure-flags
'("-DBUILD_SHARED_LIBS=ON")))
(synopsis "Amazon Web Services core C library")
(supported-systems '("i686-linux" "x86_64-linux"))
--
2.44.0
- [bug#70031] [core-updates PATCH 10/19] gnu: inkscape: Move test target to check phase., (continued)
- [bug#70031] [core-updates PATCH 10/19] gnu: inkscape: Move test target to check phase., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 11/19] gnu: vigra: Move test target to check phase., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 15/19] gnu: websocketpp: Disable parallel tests., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 12/19] gnu: cpp-httplib: Disable parallel tests., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 14/19] gnu: astroid: Remove custom phases., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 13/19] gnu: libical: Disable parallel tests., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 08/19] gnu: vulkan-loader: Disable parallel tests., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 16/19] gnu: mbedtls-lts: Disable parallel tests., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 18/19] gnu: evolution-data-server: Disable parallel tests., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 17/19] gnu: scotch: Disable parallel tests., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 19/19] gnu: aws-c-common: Disable parallel tests.,
Greg Hogan <=