summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-15 01:40:55 -0700
committerGitHub <noreply@github.com>2019-03-15 01:40:55 -0700
commit6b46e7c6f7e813069bce1cd9a6167665f75b9e47 (patch)
tree90417916818d8aa5426bbfc6361476cedd06012a
parent31f11a8a9bddc4dcfc22463097b852fcdc9f0172 (diff)
parent1442abf0324a6980ef421bd7ede83cf23d96f92d (diff)
downloadpodman-6b46e7c6f7e813069bce1cd9a6167665f75b9e47.tar.gz
podman-6b46e7c6f7e813069bce1cd9a6167665f75b9e47.tar.bz2
podman-6b46e7c6f7e813069bce1cd9a6167665f75b9e47.zip
Merge pull request #2660 from giuseppe/upgrade-slirp4netns
cirrus: upgrade slirp4netns
-rwxr-xr-xcontrib/cirrus/setup_environment.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index d8d97904b..ead2f7343 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -66,6 +66,7 @@ then
RUNC="https://kojipkgs.fedoraproject.org/packages/runc/1.0.0/55.dev.git578fe65.fc${OS_RELEASE_VER}/x86_64/runc-1.0.0-55.dev.git578fe65.fc${OS_RELEASE_VER}.x86_64.rpm"
echo ">>>>> OVERRIDING RUNC WITH $RUNC <<<<<"
dnf -y install "$RUNC"
+ dnf -y upgrade slirp4netns
;& # Continue to the next item
centos-7) ;&
rhel-7)