CI: add libbsd and pkg-config dependencies
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com> Co-developed-by: Alejandro Colomar <alx@kernel.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
parent
a281f241b5
commit
99ce21a313
@ -9,9 +9,11 @@ packages:
|
|||||||
- gettext
|
- gettext
|
||||||
- gettext-dev
|
- gettext-dev
|
||||||
- gettext-lang
|
- gettext-lang
|
||||||
|
- libbsd-dev
|
||||||
- libcap-dev
|
- libcap-dev
|
||||||
- libtool
|
- libtool
|
||||||
- linux-pam-dev
|
- linux-pam-dev
|
||||||
|
- pkgconf
|
||||||
- sed
|
- sed
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/shadow-maint/shadow
|
- https://github.com/shadow-maint/shadow
|
||||||
|
@ -8,10 +8,12 @@ packages:
|
|||||||
- gettext
|
- gettext
|
||||||
- gettext-devel
|
- gettext-devel
|
||||||
- git
|
- git
|
||||||
|
- libbsd-devel
|
||||||
- libselinux-devel
|
- libselinux-devel
|
||||||
- libsemanage-devel
|
- libsemanage-devel
|
||||||
- libtool
|
- libtool
|
||||||
- libxslt
|
- libxslt
|
||||||
|
- pkgconf
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/shadow-maint/shadow
|
- https://github.com/shadow-maint/shadow
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -3,11 +3,13 @@ packages:
|
|||||||
- automake
|
- automake
|
||||||
- autopoint
|
- autopoint
|
||||||
- xsltproc
|
- xsltproc
|
||||||
|
- libbsd-dev
|
||||||
- libselinux1-dev
|
- libselinux1-dev
|
||||||
- gettext
|
- gettext
|
||||||
- expect
|
- expect
|
||||||
- byacc
|
- byacc
|
||||||
- libtool
|
- libtool
|
||||||
|
- pkgconf
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/shadow-maint/shadow
|
- https://github.com/shadow-maint/shadow
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -3,11 +3,13 @@ packages:
|
|||||||
- automake
|
- automake
|
||||||
- autopoint
|
- autopoint
|
||||||
- xsltproc
|
- xsltproc
|
||||||
|
- libbsd-dev
|
||||||
- libselinux1-dev
|
- libselinux1-dev
|
||||||
- gettext
|
- gettext
|
||||||
- expect
|
- expect
|
||||||
- byacc
|
- byacc
|
||||||
- libtool
|
- libtool
|
||||||
|
- pkgconf
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/shadow-maint/shadow
|
- https://github.com/shadow-maint/shadow
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -6,7 +6,7 @@ runs:
|
|||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -y
|
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 sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get -y build-dep shadow
|
sudo apt-get -y build-dep shadow
|
||||||
|
Loading…
Reference in New Issue
Block a user