summaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-08 17:57:10 +0200
committerGitHub <noreply@github.com>2020-05-08 17:57:10 +0200
commit13db0f2b61b17e6f959fff832b40270352cd54da (patch)
treeab1c4ca5ea7926e0731136bb4e358c6d3407f8da /contrib/cirrus
parent2547fe53127057ce8f3ba065b4263fea32be7f0d (diff)
parent20407a2f1fadb1488caac1560dfdd56facff4153 (diff)
downloadpodman-13db0f2b61b17e6f959fff832b40270352cd54da.tar.gz
podman-13db0f2b61b17e6f959fff832b40270352cd54da.tar.bz2
podman-13db0f2b61b17e6f959fff832b40270352cd54da.zip
Merge pull request #6118 from baude/v2bindingsenforce
set binding tests to required
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 6bec9625e..756240444 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -87,7 +87,7 @@ case "$CG_FS_TYPE" in
# Normally not something to do for stable testing
# but crun is new, and late-breaking fixes may be required
# on short notice
- dnf update -y crun
+ dnf update -y crun containers-common
fi
;;
*)