Add crun to tier-x manifest

The crun package was excluded from s390x and ppc64le rawhide builds due to
differing dependencies across architectures. This caused kola tests to
fail as the crun was missing. We are adding crun explicitly to the tier-x
manifest in the base images to ensure it is included in all architectures
This commit is contained in:
Aashish Radhakrishnan 2024-11-22 14:42:25 -05:00
parent 7b7c32b015
commit 2906394fba
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ packages:
- jq - jq
- less - less
- vim-minimal - vim-minimal
# crun recommends but doesn't require criu and criu-libs. We want them for
# checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
- criu criu-libs
# deps of bootc, but let's be explicit. e.g. even if bootc drops the skopeo # deps of bootc, but let's be explicit. e.g. even if bootc drops the skopeo
# dep, we still want it # dep, we still want it
- podman skopeo - podman skopeo
# crun recommends but doesn't require criu and criu-libs. We want them for
# checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
- crun criu criu-libs
# storage # storage
- cryptsetup - cryptsetup
- lvm2 - lvm2