[Bug 279316] Mk/Uses/cmake.mk: Make parallel level adjustable for tests

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 27 21:47:39 BST 2024


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279316

--- Comment #3 from Daniel Engberg <diizzy at FreeBSD.org> ---
It overwrites TEST_ENV

Without appending to TEST_ENV
make test -V TEST_ENV
NINJA_STATUS="[%p %s/%t] " XDG_DATA_HOME=/usr/ports/textproc/libxml2/work 
XDG_CONFIG_HOME=/usr/ports/textproc/libxml2/work 
XDG_CACHE_HOME=/usr/ports/textproc/libxml2/work/.cache 
HOME=/usr/ports/textproc/libxml2/work
PATH=/usr/ports/textproc/libxml2/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
PKG_CONFIG_LIBDIR=/usr/ports/textproc/libxml2/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES
DESTDIR=/usr/ports/textproc/libxml2/work/stage PREFIX=/usr/local 
LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe -march=tigerlake 
-DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing "  CPP="cpp" CPPFLAGS="-DLIBICONV_PLUG -isystem
/usr/local/include"  LDFLAGS=" -Wl,--undefined-version -fstack-protector-strong
-L/usr/local/lib " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -march=tigerlake
-DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing  -DLIBICONV_PLUG -isystem /usr/local/include "
BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"
 BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644" 
BSD_INSTALL_MAN="install  -m 444"

Appending (TEST_ENV+= .... in cmake.mk)
make test -V TEST_ENV
CTEST_PARALLEL_LEVEL=6

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list