GnuTests.yml: Check that build-gnu.sh works without libselinux (#9299)

This commit is contained in:
oech3 2025-11-20 00:39:51 +09:00 committed by GitHub
parent d5d7eaaf1f
commit 376fa6408b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |