https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279316
--- Comment #9 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3522562bd1443ced62a674a22fec1877277b1b3b commit 3522562bd1443ced62a674a22fec1877277b1b3b Author: Daniel Engberg <dii...@freebsd.org> AuthorDate: 2024-06-05 21:44:44 +0000 Commit: Daniel Engberg <dii...@freebsd.org> CommitDate: 2024-06-06 19:05:47 +0000 Mk/Uses/cmake.mk: Make parallel level adjustable for tests Some projects don't support running tests in parallel (for example chinese/libchewing) and currently there's no way of disabling it. Add CMAKE_TESTING_PARALLEL_LEVEL and default to MAKE_JOBS_NUMBER Switch to MAKE_JOBS_NUMBER as _MAKE_JOBS_NUMBER is unset if MAKE_JOBS_UNSAFE is defined. PR: 279316 Approved by: portmgr (arrowd) Mk/Uses/cmake.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.