Skip to content

Commit 08af088

Browse files
authored
CICD.yml: Minimize tests
1 parent c5582d4 commit 08af088

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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+
# We ckecks that we can build without libselinux. So we don't apt-get -y 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

0 commit comments

Comments
 (0)