From 67d68ccff1a7009e880cef81ba16f40fda161ca9 Mon Sep 17 00:00:00 2001 From: Otto Date: Mon, 20 Sep 2021 11:03:10 +0200 Subject: [PATCH] Prometheus is a dependency for rec regress tests now --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92f339b2de..891ba19c54 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1149,7 +1149,7 @@ jobs: ASAN_OPTIONS: detect_leaks=0 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 protobuf-compiler + - 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 prometheus - install-recursor-deps - run: name: Set up authbind -- 2.47.2