diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-04-26 11:34:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 11:34:25 -0700 |
commit | b6e2cbad0a4581a8fe4954ff4a9202461a526781 (patch) | |
tree | c434f58e892f768386e50bdac3fd1d2cca5113ca | |
parent | e8ede74f5ef7b0d044c5d5344186fb998f676cec (diff) | |
parent | 499767eefd80f421b57fc3c42a32d37678912e6f (diff) | |
download | podman-b6e2cbad0a4581a8fe4954ff4a9202461a526781.tar.gz podman-b6e2cbad0a4581a8fe4954ff4a9202461a526781.tar.bz2 podman-b6e2cbad0a4581a8fe4954ff4a9202461a526781.zip |
Merge pull request #3028 from baude/removemanualinstall
remove manual install of libsystemd-dev
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 1 |
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 ;; |