git: 660e5b08fd90 - main - security/mbedtls: Disable running tests in parallel

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Wed, 14 Aug 2024 02:53:25 UTC
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 \