mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
cirrus: Explicitly install tpm2-tss-sys package on Alpine
The libraries were previously shipped with the -dev package.
This commit is contained in:
parent
fc6556fd18
commit
59587783ff
@ -296,9 +296,10 @@ all|alpine|codeql|coverage|sonarcloud|no-dbg)
|
|||||||
if [ "$TEST" = "alpine" ]; then
|
if [ "$TEST" = "alpine" ]; then
|
||||||
# override the whole list for alpine
|
# override the whole list for alpine
|
||||||
DEPS="git gmp-dev openldap-dev curl-dev ldns-dev unbound-dev libsoup-dev
|
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
|
tpm2-tss-dev tpm2-tss-sys mariadb-dev wolfssl-dev libgcrypt-dev
|
||||||
pcsc-lite-dev networkmanager-dev linux-pam-dev iptables-dev
|
botan3-dev pcsc-lite-dev networkmanager-dev linux-pam-dev
|
||||||
libselinux-dev binutils-dev libunwind-dev ruby py3-setuptools"
|
iptables-dev libselinux-dev binutils-dev libunwind-dev ruby
|
||||||
|
py3-setuptools"
|
||||||
# musl does not provide backtrace(), so use libunwind
|
# musl does not provide backtrace(), so use libunwind
|
||||||
CONFIG="$CONFIG --enable-unwind-backtraces"
|
CONFIG="$CONFIG --enable-unwind-backtraces"
|
||||||
# alpine doesn't have systemd
|
# alpine doesn't have systemd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user