summaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-13 15:58:39 +0200
committerGitHub <noreply@github.com>2019-05-13 15:58:39 +0200
commit2ded1f6199b59c09268ca59de6903a30ac110201 (patch)
tree558b78b7aba7d40a030afe500e3ce88b1d4ec25b /contrib/cirrus
parentd2571c7fd49d22e822a6f3b3796488218c9f9e46 (diff)
parent5e6ce93b1e6805743d55e5a745841d819b9209d7 (diff)
downloadpodman-2ded1f6199b59c09268ca59de6903a30ac110201.tar.gz
podman-2ded1f6199b59c09268ca59de6903a30ac110201.tar.bz2
podman-2ded1f6199b59c09268ca59de6903a30ac110201.zip
Merge pull request #2705 from adrianreber/ci-test
Enabling checkpoint/restore testing on Fedora >= 29 again
Diffstat (limited to 'contrib/cirrus')
-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 <<<<<"