summaryrefslogtreecommitdiff
path: root/contrib/cirrus
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-26 11:34:25 -0700
committerGitHub <noreply@github.com>2019-04-26 11:34:25 -0700
commitb6e2cbad0a4581a8fe4954ff4a9202461a526781 (patch)
treec434f58e892f768386e50bdac3fd1d2cca5113ca /contrib/cirrus
parente8ede74f5ef7b0d044c5d5344186fb998f676cec (diff)
parent499767eefd80f421b57fc3c42a32d37678912e6f (diff)
downloadpodman-b6e2cbad0a4581a8fe4954ff4a9202461a526781.tar.gz
podman-b6e2cbad0a4581a8fe4954ff4a9202461a526781.tar.bz2
podman-b6e2cbad0a4581a8fe4954ff4a9202461a526781.zip
Merge pull request #3028 from baude/removemanualinstall
remove manual install of libsystemd-dev
Diffstat (limited to 'contrib/cirrus')
-rwxr-xr-xcontrib/cirrus/setup_environment.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index 0d26f6c9a..3818abbc7 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -55,7 +55,6 @@ then
# Some setup needs to vary between distros
case "${OS_RELEASE_ID}-${OS_RELEASE_VER}" in
ubuntu-18)
- sudo apt-get -qq -y install libsystemd-dev
# Always install runc on Ubuntu
install_runc_from_git
;;