From b306a955128ecb873c67143db2b3a69987273c00 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 10 Jul 2015 11:08:10 +0200 Subject: [PATCH] disable botan in travis, see #2496 for details --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8dd956328..63ea10251 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,11 +81,11 @@ before_script: script: - ./bootstrap #DNSName --with-dynmodules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' +#Build without --enable-botan1.10 option, Botan/SoftHSM conflict #2496 - ./configure --with-dynmodules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lua' --with-modules='' --with-sqlite3 - --enable-botan1.10 --enable-unit-tests --enable-remotebackend-zeromq --enable-experimental-ed25519 -- 2.40.0