File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1200,6 +1200,7 @@ jobs:
12001200 - name : build and test all features individually
12011201 shell : bash
12021202 run : |
1203+ command -v sudo && sudo rm -rf /usr/share/dotnet # avoid no space left
12031204 CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
12041205 for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
12051206 do
Original file line number Diff line number Diff line change 140140 # Change the PATH to test the uutils coreutils instead of the GNU coreutils
141141 sed -i " s/^[[:blank:]]*PATH=.*/ PATH='${UU_BUILD_DIR// \/ / \\ / } \$ (PATH_SEPARATOR)'\"\$\$ PATH\" \\ \/" tests/local.mk
142142 ./bootstrap --skip-po
143- ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references
143+ ./configure --quiet --disable-gcc-warnings --disable-nls --disable-dependency-tracking --disable-bold-man-page-references \
144+ " $( [ ${SELINUX_ENABLED} = 1 ] && echo --with-selinux || echo --without-selinux) "
144145 # Add timeout to to protect against hangs
145146 sed -i ' s|^"\$@|' " ${SYSTEM_TIMEOUT} " ' 600 "\$@|' build-aux/test-driver
146147 sed -i ' s| tr | /usr/bin/tr |' tests/init.sh
You can’t perform that action at this time.
0 commit comments