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.
2 parents d432131 + e1548c4 commit e2b5dd6Copy full SHA for e2b5dd6
util/build-gnu.sh
@@ -132,10 +132,8 @@ cd -
132
133
# Pass the feature flags to make, which will pass them to cargo
134
"${MAKE}" PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
135
-touch g
136
-echo "stat with selinux support"
137
-./target/debug/stat -c%C g || true
138
-rm g
+# min test for SELinux
+[ ${SELINUX_ENABLED} = 1 ] && touch g && "${UU_MAKE_PROFILE}"/stat -c%C g && rm g
139
140
cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
141
# Create *sum binaries
0 commit comments