mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
GnuTests.yml: Check that build-gnu.sh works without libselinux (#9299)
This commit is contained in:
parent
d5d7eaaf1f
commit
376fa6408b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/GnuTests.yml
vendored
3
.github/workflows/GnuTests.yml
vendored
|
|
@ -80,7 +80,8 @@ jobs:
|
|||
run: |
|
||||
## Install dependencies
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y autopoint gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr quilt
|
||||
## Check that build-gnu.sh works on the non SELinux system by installing libselinux only on lima
|
||||
sudo apt-get install -y autopoint gperf gdb python3-pyinotify valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev attr quilt
|
||||
- name: Add various locales
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue