cirrus: Explicitly install tpm2-tss-sys package on Alpine

The libraries were previously shipped with the -dev package.
This commit is contained in:
Tobias Brunner 2024-05-27 14:08:08 +02:00
parent fc6556fd18
commit 59587783ff

View File

@ -296,9 +296,10 @@ all|alpine|codeql|coverage|sonarcloud|no-dbg)
if [ "$TEST" = "alpine" ]; then
# override the whole list for alpine
DEPS="git gmp-dev openldap-dev curl-dev ldns-dev unbound-dev libsoup-dev
tpm2-tss-dev mariadb-dev wolfssl-dev libgcrypt-dev botan3-dev
pcsc-lite-dev networkmanager-dev linux-pam-dev iptables-dev
libselinux-dev binutils-dev libunwind-dev ruby py3-setuptools"
tpm2-tss-dev tpm2-tss-sys mariadb-dev wolfssl-dev libgcrypt-dev
botan3-dev pcsc-lite-dev networkmanager-dev linux-pam-dev
iptables-dev libselinux-dev binutils-dev libunwind-dev ruby
py3-setuptools"
# musl does not provide backtrace(), so use libunwind
CONFIG="$CONFIG --enable-unwind-backtraces"
# alpine doesn't have systemd