From: Peter van Dijk Date: Wed, 18 Sep 2019 13:19:56 +0000 (+0200) Subject: circleci docs: add rsync dep X-Git-Tag: dnsdist-1.4.0-rc3~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f06a1bef092934a39b9933a2b5e3f02d8b58a94;p=thirdparty%2Fpdns.git circleci docs: add rsync dep --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f104ab262..32cfe360b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -359,6 +359,7 @@ commands: make \ pkg-config \ ragel \ + rsync \ virtualenv if [ "${CIRCLE_PROJECT_USERNAME}" = "PowerDNS" -a "${CIRCLE_PROJECT_REPONAME}" = "pdns" -a "${CIRCLE_BRANCH}" = "master" ]; then apt-get update && apt-get -qq -y install \