From 43c8ce99b6546e087e2361ec9e8f3e9eb42189df Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 31 Mar 2021 11:35:27 +0200 Subject: [PATCH] CircleCI: ixfrdist needs the sodium library now --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f5df90302..92f339b2de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -260,6 +260,7 @@ commands: apt-get install -qq -y \ git \ libboost-all-dev \ + libsodium23 \ libsystemd0 \ libyaml-cpp0.6 \ python3-venv -- 2.47.2