Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 May 2024 18:45:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278533] Mk/Uses/cmake.mk: use proper environment in do-test
Message-ID:  <bug-278533-7788-BYt3BmACDA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278533-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278533-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278533

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dcbee39bcd1a2472b8f3e24754f5bb3a=
3429b79a0

commit cbee39bcd1a2472b8f3e24754f5bb3a3429b79a0
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2024-04-22 18:51:41 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2024-05-03 18:44:39 +0000

    Mk/Uses/cmake.mk: use proper environment in do-test

    * the actual test run used MAKE_ENV but should use TEST_ENV
    * also, ctest(1) defaults to running tests serially, so add
      CTEST_PARALLEL_LEVEL here and set it to _MAKE_JOBS_NUMBER.
      NOTE: cmake 3.29 changes semantics for _MAKE_JOBS_NUMBER empty or 0.

    This was developed together with diizzy@ as a result of analysing
    performance regressions from PR 278500.

    PR:             278533
    Approved by:    portmgr@ (tcberner@)

 Mk/Uses/cmake.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278533-7788-BYt3BmACDA>