mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-28 23:59:50 +09:00
Add dependencies for uucore to coverage build
This commit is contained in:
committed by
Martin Kunkel
parent
c31de82629
commit
25cf0cdd30
@@ -17,6 +17,7 @@ RUN apt-get update \
|
||||
libcap-dev \
|
||||
libexpect-perl \
|
||||
libselinux1-dev \
|
||||
libsystemd-dev \
|
||||
python3-pyinotify \
|
||||
quilt \
|
||||
texinfo \
|
||||
|
||||
4
.github/workflows/CICD.yml
vendored
4
.github/workflows/CICD.yml
vendored
@@ -1099,7 +1099,9 @@ jobs:
|
||||
|
||||
case '${{ matrix.job.os }}' in
|
||||
ubuntu-latest)
|
||||
sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
|
||||
# selinux and systemd headers needed to build tests
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install libselinux1-dev libsystemd-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, and "system boot" entry is missing.
|
||||
# The account also has empty gecos fields.
|
||||
|
||||
Reference in New Issue
Block a user