We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b600c25 commit 72a3f75Copy full SHA for 72a3f75
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