From: Remi Gacogne Date: Thu, 10 Dec 2020 16:17:42 +0000 (+0100) Subject: We still need the protobuf compiler in a few places for our tests X-Git-Tag: rec-4.5.0-alpha1~38^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3dc7da1250c490ed21350dbba6ee55cf4a4dfb5;p=thirdparty%2Fpdns.git We still need the protobuf compiler in a few places for our tests --- diff --git a/.circleci/config.yml b/.circleci/config.yml index e31b470fc2..7da5862f08 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -227,6 +227,7 @@ commands: libsystemd0 \ libsodium23 \ patch \ + protobuf-compiler \ python3-venv install-ixfrdist-deps: @@ -1104,7 +1105,7 @@ jobs: password: $DOCKERHUB_PASSWORD steps: - add-auth-repo - - run: apt-get --no-install-recommends install -qq -y pdns-server pdns-backend-bind pdns-tools daemontools authbind jq libfaketime lua-posix lua-socket moreutils bc python3-venv + - run: apt-get --no-install-recommends install -qq -y pdns-server pdns-backend-bind pdns-tools daemontools authbind jq libfaketime lua-posix lua-socket moreutils bc python3-venv protobuf-compiler - install-recursor-deps - run: name: Set up authbind diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 512ed94580..bceb92920a 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -336,6 +336,7 @@ install_recursor() { daemontools \ jq \ libfaketime \ + libprotobuf-dev \ libsnmp-dev \ lua-posix \ lua-socket \ @@ -643,7 +644,8 @@ test_repo(){ run "sudo apt-get -qq --no-install-recommends install \ libboost-all-dev \ libluajit-5.1-dev \ - libedit-dev" + libedit-dev \ + protobuf-compiler" run "cd .." run "wget http://ppa.launchpad.net/kalon33/gamesgiroll/ubuntu/pool/main/libs/libsodium/libsodium-dev_1.0.3-1~ppa14.04+1_amd64.deb"