X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.ci%2Fdeps.sh;h=8302d71f16664c983627fb68a05fe691ab78cc8e;hb=171810e42712c7cfcd7bcfb5fe6c35f2a935e4c6;hp=4906384b971a4cb4e7ed7f30a409d012a38f9bb3;hpb=c55480eff9eded93c66505a764be7967c3a1dbe6;p=tinc diff --git a/.ci/deps.sh b/.ci/deps.sh index 4906384b..8302d71f 100755 --- a/.ci/deps.sh +++ b/.ci/deps.sh @@ -7,7 +7,7 @@ deps_linux_alpine() { apk add \ git binutils make autoconf automake gcc linux-headers diffutils texinfo \ - procps socat shadow sudo \ + procps socat shadow sudo libgcrypt-dev \ openssl-dev zlib-dev lzo-dev ncurses-dev readline-dev musl-dev lz4-dev vde2-dev } @@ -55,7 +55,7 @@ deps_linux_rhel() { yum install -y \ git binutils make autoconf automake gcc diffutils sudo texinfo netcat procps systemd \ - findutils socat lzo-devel zlib-devel lz4-devel ncurses-devel readline-devel "$@" + findutils socat lzo-devel zlib-devel lz4-devel ncurses-devel readline-devel libgcrypt-devel "$@" if yum info openssl11-devel; then yum install -y openssl11-devel @@ -89,7 +89,7 @@ deps_linux() { } deps_macos() { - brew install coreutils netcat automake lzo lz4 miniupnpc "$@" + brew install coreutils netcat automake lzo lz4 miniupnpc libgcrypt "$@" pip3 install --user compiledb }