Skip to content

Commit

Permalink
Cirrus: Always record runc/crun versions
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Oct 26, 2020
1 parent 01f642f commit e5501a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/cirrus/logcollector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ case $1 in
containernetworking-plugins \
containers-common \
criu \
crun \
golang \
podman \
runc \
skopeo \
slirp4netns \
)
Expand All @@ -56,9 +58,7 @@ case $1 in
PKG_LST_CMD='rpm -q --qf=%{N}-%{V}-%{R}-%{ARCH}\n'
PKG_NAMES+=(\
container-selinux \
crun \
libseccomp \
runc \
)
;;
ubuntu*)
Expand Down

0 comments on commit e5501a8

Please sign in to comment.