From f08553f6e0b48116cc117c17e27e7549832620a0 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Thu, 16 Oct 2014 18:31:19 +0200 Subject: [PATCH] Disable dependency tracking in Travis Since we don't reuse the results we have no use for it. Speeds up the build a and makes the build output more readable. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e2d0736b79..33e28c007b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_script: - p11-kit -l # ensure it's ok script: - ./bootstrap - - ./configure --with-dynmodules='bind geo geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' --with-modules='' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 --disable-silent-rules + - ./configure --with-dynmodules='bind geo geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' --with-modules='' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 --disable-silent-rules --disable-dependency-tracking - make -k dist - make -k -j 4 - make -k install DESTDIR=/tmp/pdns-install-dir -- 2.47.2