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 fb18284 commit 1d49a75Copy full SHA for 1d49a75
util/build-gnu.sh
@@ -134,7 +134,7 @@ else
134
fi
135
cd -
136
# Add missing SELINUX_PROGS for tests
137
-cargo build --profile="${UU_MAKE_PROFILE}" -p uu_runcon -p uu_chcon
+cargo build --profile="${UU_MAKE_PROFILE}" -p uu_runcon #-p uu_chcon
138
# Pass the feature flags to make, which will pass them to cargo
139
"${MAKE}" PROFILE="${UU_MAKE_PROFILE}" CARGOFLAGS="${CARGO_FEATURE_FLAGS}"
140
touch g
0 commit comments