Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2024 02:53:25 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 660e5b08fd90 - main - security/mbedtls: Disable running tests in parallel
Message-ID:  <202408140253.47E2rPDj098890@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=660e5b08fd9044011c60b95a593ca0a1352195f3

commit 660e5b08fd9044011c60b95a593ca0a1352195f3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-14 02:51:54 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-14 02:51:57 +0000

    security/mbedtls: Disable running tests in parallel
    
    Running unit tests in parallel causes tests to fails due to
    race conditions
    
    Approved by:    portmgr (blanket)
---
 security/mbedtls/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile
index e93b4258101b..e257f75f4a36 100644
--- a/security/mbedtls/Makefile
+++ b/security/mbedtls/Makefile
@@ -19,6 +19,7 @@ PORTSCOUT=	limit:^${DISTVERSION:R:S/./\./g}\.
 PLIST_SUB=	DISTVERSION=${DISTVERSION}
 
 CMAKE_TESTING_ON=	ENABLE_TESTING
+CMAKE_TESTING_PARALLEL_LEVEL=	1
 
 CMAKE_OFF=	ENABLE_TESTING
 CMAKE_ON=	CMAKE_BUILD_RPATH_USE_ORIGIN \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408140253.47E2rPDj098890>