]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
travis: tpm2-tss switched the default crypto backend to OpenSSL with 2.2.0
authorTobias Brunner <tobias@strongswan.org>
Thu, 30 Jan 2020 10:53:41 +0000 (11:53 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 30 Jan 2020 14:37:45 +0000 (15:37 +0100)
scripts/test.sh

index a237c9891d0f62acaec0c7fd7e221da89970b6cb..c55a525de27b45bd74f74639cc8c91c8f0e058fe 100755 (executable)
@@ -74,9 +74,6 @@ build_tss2()
 
        echo "$ build_tss2()"
 
-       # the default version of libgcrypt in Ubuntu 16.04 is too old
-       sudo apt-get update -qq && \
-       sudo apt-get install -qq libgcrypt20-dev &&
        curl -L $TSS2_SRC | tar xz -C $TRAVIS_BUILD_DIR/.. &&
        cd $TSS2_DIR &&
        ./configure --disable-doxygen-doc &&
@@ -158,7 +155,7 @@ all|coverage|sonarcloud)
        fi
        DEPS="$DEPS libcurl4-gnutls-dev libsoup2.4-dev libunbound-dev libldns-dev
                  libmysqlclient-dev libsqlite3-dev clearsilver-dev libfcgi-dev
-                 libpcsclite-dev libpam0g-dev binutils-dev libnm-dev
+                 libpcsclite-dev libpam0g-dev binutils-dev libnm-dev libgcrypt20-dev
                  libjson-c-dev iptables-dev python-pip libtspi-dev libsystemd-dev"
        PYDEPS="tox"
        if test "$1" = "deps"; then