X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=.ci%2Fdeps.sh;h=096f9934ae713751dd53551af9489923f385a8ed;hb=63106cf58402a3af96640727b499258d0eb529f1;hp=4906384b971a4cb4e7ed7f30a409d012a38f9bb3;hpb=7619f84393f824a84e20e03167304b27d3581ac0;p=tinc diff --git a/.ci/deps.sh b/.ci/deps.sh index 4906384b..096f9934 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 } @@ -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" \ @@ -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 }