File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -271,10 +271,10 @@ jobs:
271271 - uses : dtolnay/rust-toolchain@stable
272272 - uses : taiki-e/install-action@nextest
273273 - uses : Swatinem/rust-cache@v2
274- - name : Install/setup prerequisites
274+ - name : Install/setup prerequisites (without libselinux)
275275 shell : bash
276276 run : |
277- sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
277+ sudo apt-get -y update
278278 - name : Run sccache-cache
279279 uses :
mozilla-actions/[email protected] 280280 - name : " `make build`"
@@ -318,6 +318,8 @@ jobs:
318318 run : |
319319 set -x
320320 DESTDIR=/tmp/ make PROFILE=release install
321+ # Check that chcon is not present
322+ ! test -f /tmp/usr/local/bin/chcon
321323 # Check that the utils are present
322324 test -f /tmp/usr/local/bin/tty
323325 # Check that the manpage is present
You can’t perform that action at this time.
0 commit comments