Skip to content

Commit a355771

Browse files
authored
Add missing export to build-gnu.sh
1 parent c23ebeb commit a355771

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

util/build-gnu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ echo "UU_BUILD_DIR='${UU_BUILD_DIR}'"
105105

106106
cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
107107

108+
export SELINUX_ENABLED # Run this script with=1 for testing SELinux
108109
[ "$SELINUX_ENABLED" -eq 1 ] && CARGO_FEATURE_FLAGS="${CARGO_FEATURE_FLAGS} selinux"
109110

110111
# Trim leading whitespace from feature flags

0 commit comments

Comments
 (0)