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 c23ebeb commit a355771Copy full SHA for a355771
1 file changed
util/build-gnu.sh
@@ -105,6 +105,7 @@ echo "UU_BUILD_DIR='${UU_BUILD_DIR}'"
105
106
cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
107
108
+export SELINUX_ENABLED # Run this script with=1 for testing SELinux
109
[ "$SELINUX_ENABLED" -eq 1 ] && CARGO_FEATURE_FLAGS="${CARGO_FEATURE_FLAGS} selinux"
110
111
# Trim leading whitespace from feature flags
0 commit comments