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 0456b30 commit e77ded1Copy full SHA for e77ded1
util/build-gnu.sh
@@ -130,6 +130,8 @@ else
130
fi
131
cd -
132
133
+# While we support system missing libselinux, we still tun tests for runcon
134
+cargo build --profile="${UU_MAKE_PROFILE}" -p uu_runcon
135
# Pass the feature flags to make, which will pass them to cargo
136
"${MAKE}" PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
137
touch g
0 commit comments