File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -273,10 +273,7 @@ jobs:
273273 target : aarch64-unknown-linux-gnu
274274 - uses : taiki-e/install-action@nextest
275275 - uses : Swatinem/rust-cache@v2
276- - name : Install/setup prerequisites
277- shell : bash
278- run : |
279- sudo apt-get -y update
276+ # Test build on the system missing libselinux (don't install libselinux1-dev at here)
280277 - name : Run sccache-cache
281278 uses : mozilla-actions/sccache-action@v0.0.9
282279 - name : " `make build`"
@@ -308,8 +305,6 @@ jobs:
308305 run : |
309306 set -x
310307 DESTDIR=/tmp/ make PROFILE=release COMPLETIONS=n MANPAGES=n LOCALES=n install
311- # Check that SELinux progs are missing
312- ! test -f /tmp/usr/local/bin/chcon
313308 # Check that the utils are present
314309 test -f /tmp/usr/local/bin/tty
315310 # Check that the manpage is not present
You can’t perform that action at this time.
0 commit comments