From: Tobias Brunner Date: Fri, 22 Dec 2017 09:41:12 +0000 (+0100) Subject: travis: Disable NM build until we run on a newer image that provides libnm X-Git-Tag: 5.6.2dr4~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8eb1049d781a8e5ec8a484914aa6e3cf00d8d5d;p=thirdparty%2Fstrongswan.git travis: Disable NM build until we run on a newer image that provides libnm Ubuntu 16.04 (xenial) might soon be available but it's not yet supported officially. --- diff --git a/scripts/test.sh b/scripts/test.sh index d8a4ec5299..e7568df73b 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -39,6 +39,8 @@ all|coverage) --disable-kernel-wfp --disable-kernel-iph --disable-winhttp" # Ubuntu 14.04 does provide a too old libtss2-dev CONFIG="$CONFIG --disable-tss-tss2" + # Ubuntu 14.04 does not provide libnm + CONFIG="$CONFIG --disable-nm" # not enabled on the build server CONFIG="$CONFIG --disable-af-alg" if test "$TEST" != "coverage"; then @@ -49,9 +51,8 @@ all|coverage) fi DEPS="$DEPS libcurl4-gnutls-dev libsoup2.4-dev libunbound-dev libldns-dev libmysqlclient-dev libsqlite3-dev clearsilver-dev libfcgi-dev - libnm-glib-dev libnm-glib-vpn-dev libpcsclite-dev libpam0g-dev - binutils-dev libunwind8-dev libjson0-dev iptables-dev python-pip - libtspi-dev" + libpcsclite-dev libpam0g-dev binutils-dev libunwind8-dev + libjson0-dev iptables-dev python-pip libtspi-dev" PYDEPS="pytest" ;; win*)