Skip to content

Commit 590e466

Browse files
committed
ci/tmt: distro-sync ostree
This is a hackaround for https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1174
1 parent c4bc043 commit 590e466

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tmt/tests/bootc-install-provision.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ case $ID in
119119
centos|rhel) dnf config-manager --set-enabled crb;;
120120
fedora) dnf -y install dnf-utils 'dnf5-command(builddep)';;
121121
esac
122+
# Handle version skew
123+
dnf -y distro-sync ostree{,-libs}
122124
dnf -y builddep contrib/packaging/bootc.spec
123125
# Extra dependencies
124126
dnf -y install git-core

0 commit comments

Comments
 (0)