From a3dc7da1250c490ed21350dbba6ee55cf4a4dfb5 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 10 Dec 2020 17:17:42 +0100 Subject: [PATCH] We still need the protobuf compiler in a few places for our tests --- .circleci/config.yml | 3 ++- build-scripts/travis.sh | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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" -- 2.47.2