1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #7959 from cakebaker/ci_install_libselinux1_dev

ci: install `libselinux1-dev` for coverage job
This commit is contained in:
Sylvestre Ledru 2025-05-20 09:56:25 +02:00 committed by GitHub
commit 263ba63203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1079,6 +1079,7 @@ jobs:
case '${{ matrix.job.os }}' in
ubuntu-latest)
sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
# pinky is a tool to show logged-in users from utmp, and gecos fields from /etc/passwd.
# In GitHub Action *nix VMs, no accounts log in, even the "runner" account that runs the commands. The account also has empty gecos fields.
# To work around this for pinky tests, we create a fake login entry for the GH runner account...