From 499767eefd80f421b57fc3c42a32d37678912e6f Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 26 Apr 2019 13:05:40 -0500 Subject: remove manual install of libsystemd-dev Signed-off-by: baude --- contrib/cirrus/setup_environment.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') 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 ;; -- cgit v1.2.3-54-g00ecf