Install systemd's build dependencies

This commit is contained in:
Frantisek Sumsal 2023-11-20 17:48:01 +01:00
commit 6539076860
2 changed files with 7 additions and 0 deletions

View file

@ -6,6 +6,7 @@ require:
- coreutils
- dhcp-client
- diffutils
- dnf
- dnsmasq
- dosfstools
- e2fsprogs
@ -40,6 +41,8 @@ require:
- veritysetup
- wget
recommend:
- dnf-plugins-core
- dnf5-plugins
- systemd-boot-unsigned
- systemd-bootchart
- systemd-journal-remote

View file

@ -6,6 +6,10 @@ set -o pipefail
# Switch SELinux to permissive, since the tests don't set proper contexts
setenforce 0
# Install systemd's build dependencies, as some of the integration tests setup stuff
# requires pkg-config files
dnf builddep -y systemd
# Prepare systemd source tree
#
# Note: the snippet below assumes that the target PR branch is always 'main'