From: Iker Pedrosa Date: Tue, 22 Nov 2022 13:35:06 +0000 (+0100) Subject: CI: add libbsd and pkg-config dependencies X-Git-Tag: 4.14.0-rc1~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99ce21a3131f54f7e59d55325b5b2ac0b2c0b00c;p=thirdparty%2Fshadow.git CI: add libbsd and pkg-config dependencies Signed-off-by: Iker Pedrosa Co-developed-by: Alejandro Colomar Signed-off-by: Alejandro Colomar --- diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index ec5355bb7..2bb867e3b 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -9,9 +9,11 @@ packages: - gettext - gettext-dev - gettext-lang + - libbsd-dev - libcap-dev - libtool - linux-pam-dev + - pkgconf - sed sources: - https://github.com/shadow-maint/shadow diff --git a/.builds/fedora.yml b/.builds/fedora.yml index 9c4266310..a10151eda 100644 --- a/.builds/fedora.yml +++ b/.builds/fedora.yml @@ -8,10 +8,12 @@ packages: - gettext - gettext-devel - git + - libbsd-devel - libselinux-devel - libsemanage-devel - libtool - libxslt + - pkgconf sources: - https://github.com/shadow-maint/shadow tasks: diff --git a/.builds/ubuntu-focal.yml b/.builds/ubuntu-focal.yml index 3f0015287..22cbe4ece 100644 --- a/.builds/ubuntu-focal.yml +++ b/.builds/ubuntu-focal.yml @@ -3,11 +3,13 @@ packages: - automake - autopoint - xsltproc + - libbsd-dev - libselinux1-dev - gettext - expect - byacc - libtool + - pkgconf sources: - https://github.com/shadow-maint/shadow tasks: diff --git a/.builds/ubuntu-jammy.yml b/.builds/ubuntu-jammy.yml index 21f576fa9..243b2c037 100644 --- a/.builds/ubuntu-jammy.yml +++ b/.builds/ubuntu-jammy.yml @@ -3,11 +3,13 @@ packages: - automake - autopoint - xsltproc + - libbsd-dev - libselinux1-dev - gettext - expect - byacc - libtool + - pkgconf sources: - https://github.com/shadow-maint/shadow tasks: diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 738268fec..59746d6c0 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -6,7 +6,7 @@ runs: - shell: bash run: | sudo apt-get update -y - sudo apt-get install -y ubuntu-dev-tools + sudo apt-get install -y ubuntu-dev-tools libbsd-dev sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list sudo apt-get update -y sudo apt-get -y build-dep shadow