[Bug 279316] Mk/Uses/cmake.mk: Make parallel level adjustable for tests
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 6 20:08:46 BST 2024
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279316
--- Comment #9 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=3522562bd1443ced62a674a22fec1877277b1b3b
commit 3522562bd1443ced62a674a22fec1877277b1b3b
Author: Daniel Engberg <diizzy at FreeBSD.org>
AuthorDate: 2024-06-05 21:44:44 +0000
Commit: Daniel Engberg <diizzy at 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.
More information about the kde-freebsd
mailing list