Drone: remove boost deps, add curl deps

This commit is contained in:
Jason Rhinelander 2021-06-01 11:31:46 -03:00
parent 1653ec07a1
commit 5f29cb055c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local default_deps_base='libsystemd-dev libboost-program-options-dev libboost-system-dev libboost-test-dev ' +
local default_deps_base='libsystemd-dev libboost-program-options-dev libcurl4-openssl-dev ' +
'libsqlite3-dev libsodium-dev libssl-dev pkg-config autoconf';
local default_deps_nocxx='libsodium-dev ' + default_deps_base; // libsodium-dev needs to be >= 1.0.18
local default_deps='g++ ' + default_deps_nocxx; // g++ sometimes needs replacement