X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=.ci%2Fdeps.sh;h=6fdd47f418727782adf7154cea21b885a7562d52;hb=dcd4f779f4dc2c93c956407e7f70cc66d62fe0b0;hp=8302d71f16664c983627fb68a05fe691ab78cc8e;hpb=171810e42712c7cfcd7bcfb5fe6c35f2a935e4c6;p=tinc diff --git a/.ci/deps.sh b/.ci/deps.sh index 8302d71f..6fdd47f4 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -24,7 +24,7 @@ deps_linux_debian() { apt-get upgrade -y apt-get install -y \ - git binutils make autoconf automake gcc diffutils sudo texinfo netcat procps socat \ + git binutils make autoconf automake gcc diffutils sudo texinfo netcat-openbsd procps socat \ zlib1g-dev:"$HOST" \ libssl-dev:"$HOST" \ liblzo2-dev:"$HOST" \ @@ -89,7 +89,7 @@ deps_linux() { } deps_macos() { - brew install coreutils netcat automake lzo lz4 miniupnpc libgcrypt "$@" + brew install coreutils netcat automake lzo lz4 miniupnpc libgcrypt openssl "$@" pip3 install --user compiledb }