We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c45d87 commit 5cd1d6aCopy full SHA for 5cd1d6a
util/build-gnu.sh
@@ -139,6 +139,7 @@ else
139
# Skip make if possible
140
# Use GNU nproc for *BSD and macOS
141
NPROC="$(command -v nproc||command -v gnproc)"
142
+ test "${SELINUX_ENABLED}" = 1 && touch src/getlimits # SELinux tests does not use it
143
test -f src/getlimits || "${MAKE}" -j "$("${NPROC}")"
144
cp -f src/getlimits "${UU_BUILD_DIR}"
145
0 commit comments