mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 06:45:13 +01:00
ci/tmt: distro-sync ostree+systemd
This is a hackaround for https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1174 Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
@@ -52,6 +52,8 @@ case $ID in
|
||||
centos|rhel) dnf config-manager --set-enabled crb;;
|
||||
fedora) dnf -y install dnf-utils 'dnf5-command(builddep)';;
|
||||
esac
|
||||
# Handle version skew, xref https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1174
|
||||
dnf -y distro-sync ostree{,-libs} systemd
|
||||
dnf -y builddep /tmp/bootc.spec
|
||||
# Extra dependencies
|
||||
dnf -y install git-core
|
||||
|
||||
Reference in New Issue
Block a user