[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70031] [core-updates PATCH 16/19] gnu: mbedtls-lts: Disable paralle
From: |
Greg Hogan |
Subject: |
[bug#70031] [core-updates PATCH 16/19] gnu: mbedtls-lts: Disable parallel tests. |
Date: |
Wed, 27 Mar 2024 14:52:41 +0000 |
* gnu/packages/tls.scm (mbedtls-lts): Disable parallel tests.
Change-Id: Ibaa4af6d12c9e8db931c0038b2bba9fbf1959592
---
gnu/packages/tls.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 2f212e9f90f..99830f5e10d 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -988,7 +988,8 @@ (define-public mbedtls-lts
(base32 "070i5pxciw04swfqk1rmdprhsafn4cias3dlmkm467pqpjnhb394"))))
(build-system cmake-build-system)
(arguments
- (list #:configure-flags
+ (list #:parallel-tests? #f
+ #:configure-flags
#~(list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON"
"-DUSE_STATIC_MBEDTLS_LIBRARY=OFF")
#:phases
--
2.44.0
- [bug#70031] [core-updates PATCH 09/19] gnu: igraph: Move test target to check phase., (continued)
- [bug#70031] [core-updates PATCH 09/19] gnu: igraph: Move test target to check phase., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 02/19] build-system/cmake: Parameterize build system generator., Greg Hogan, 2024/03/27
- [bug#70031] [core-updates PATCH 06/19] gnu: srt: Disable parallel tests., Greg Hogan, 2024/03/27
- [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 <=
- [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, 2024/03/27