summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2019-03-19 13:52:31 +0000
committerAdrian Reber <areber@redhat.com>2019-05-06 13:02:52 +0200
commit5e6ce93b1e6805743d55e5a745841d819b9209d7 (patch)
treefd194435d501efe1c4cd8b1f3cef6fe33ecac75c /contrib
parent76df31830c16d0b2dbbb8622dbc584de256cf874 (diff)
downloadpodman-5e6ce93b1e6805743d55e5a745841d819b9209d7.tar.gz
podman-5e6ce93b1e6805743d55e5a745841d819b9209d7.tar.bz2
podman-5e6ce93b1e6805743d55e5a745841d819b9209d7.zip
Upgrade to latest criu and selinux-policy
This fixes all the current errors concerning checkpoint/restore. Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 2f9b1d796..98276b70c 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -55,6 +55,8 @@ then
CON_SEL="https://kojipkgs.fedoraproject.org/packages/container-selinux/2.100/1.git3b78187.fc29/noarch/container-selinux-2.100-1.git3b78187.fc29.noarch.rpm"
echo ">>>>> OVERRIDING container-selinux WITH $CON_SEL <<<<<"
dnf -y install $CON_SEL
+ echo ">>>>> OVERRIDING criu and selinux-policy with latest package <<<<<"
+ dnf -y upgrade criu selinux-policy
;& # Continue to the next item
fedora-28)
echo ">>>>> OVERRIDING source-built runc with latest package <<<<<"