From: bert hubert Date: Wed, 30 Sep 2015 14:54:45 +0000 (+0200) Subject: go back to O1 in hopes this will make the tests faster and compilation not that much... X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b517c4aa99b8480c2611c2dd2891a53dc47a728;p=thirdparty%2Fpdns.git go back to O1 in hopes this will make the tests faster and compilation not that much slower --- diff --git a/.travis.yml b/.travis.yml index 93f291a0bb..bc0cf032a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,7 @@ 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 - - CFLAGS="-Wall -O0" CXXFLAGS="-Wall -O0" ./configure + - CFLAGS="-Wall -O1" CXXFLAGS="-Wall -O1" ./configure --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 mydns tinydns pipe remote random opendbx ldap lua' --with-modules='' --with-sqlite3 @@ -165,9 +165,9 @@ script: - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-both - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-optout-both - ./timestamp ./start-test-stop 5300 gpgsql-nsec3-narrow - - ./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both - - ./timestamp ./start-test-stop 5300 gsqlite3-both - - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both +# - ./timestamp ./start-test-stop 5300 gsqlite3-nodnssec-both +# - ./timestamp ./start-test-stop 5300 gsqlite3-both +# - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-both - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both - ./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow #DNSName - ./timestamp ./start-test-stop 5300 lmdb-nodnssec @@ -179,7 +179,7 @@ script: - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-unix-dnssec # - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-http-dnssec - - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq +# - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq # - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq-dnssec - ./timestamp ./start-test-stop 5300 tinydns - rm -f tests/verify-dnssec-zone/allow-missing