From 72a3f751ebabd0463f3ce2d1439784ae64997e6e Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:37:37 +0900 Subject: [PATCH] build-gnu.sh: Skip make at SELinux tests (#9970) --- util/build-gnu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/build-gnu.sh b/util/build-gnu.sh index 734cde88c..f1cba68ad 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -139,6 +139,7 @@ else # Skip make if possible # Use GNU nproc for *BSD and macOS NPROC="$(command -v nproc||command -v gnproc)" + test "${SELINUX_ENABLED}" = 1 && touch src/getlimits # SELinux tests does not use it test -f src/getlimits || "${MAKE}" -j "$("${NPROC}")" cp -f src/getlimits "${UU_BUILD_DIR}"