git: c4f45aafff36 - main - Mk/Uses/meson.mk: Limit number of test processes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Dec 2024 10:59:38 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4f45aafff3639c2f9acbea997f21cddcec94f5c commit c4f45aafff3639c2f9acbea997f21cddcec94f5c Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-12-28 10:51:00 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-12-28 10:58:39 +0000 Mk/Uses/meson.mk: Limit number of test processes By default Meson uses as many concurrent processes as there are cores on the test machine. Reviewed by: desktop (arrowd) Differential Revision: https://reviews.freebsd.org/D48202 --- Mk/Uses/meson.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/Uses/meson.mk b/Mk/Uses/meson.mk index eded01a885bf..ed09a9cee806 100644 --- a/Mk/Uses/meson.mk +++ b/Mk/Uses/meson.mk @@ -71,6 +71,7 @@ BUILD_WRKSRC= ${WRKSRC}/${MESON_BUILD_DIR} INSTALL_WRKSRC= ${WRKSRC}/${MESON_BUILD_DIR} +TEST_ENV+= MESON_TESTTHREADS=${MAKE_JOBS_NUMBER} TEST_WRKSRC= ${WRKSRC}/${MESON_BUILD_DIR} TEST_TARGET= test