]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Travis, use config opts when testing on OSX.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Mar 2021 15:51:50 +0000 (16:51 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 23 Mar 2021 15:51:50 +0000 (16:51 +0100)
.travis.yml

index cc2937d20fe2a8797c853c4c4bb8f821840a5c38..03af21f7e2e4e97bed944f640001090a722543fd 100644 (file)
@@ -65,7 +65,7 @@ jobs:
       env:
         - TEST_OSX=yes
         - TEST_LIBEVENT=yes
-        - CONFIG_OPTS="--with-ssl=/usr/local/opt/openssl --with-libevent=/usr/local/opt/libevent --with-libexpat=/usr/local/opt/expat"
+        - CONFIG_OPTS="--disable-flto --with-ssl=/usr/local/opt/openssl --with-libevent=/usr/local/opt/libevent --with-libexpat=/usr/local/opt/expat"
         - HOMEBREW_NO_AUTO_UPDATE=1
     - os: linux
       name: UBsan, GCC on Linux, Amd64
@@ -363,7 +363,7 @@ script:
       make -j 2
       make install
     elif [ "$TEST_OSX" = "yes" ]; then
-      ./configure --enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl
+      ./configure ${CONFIG_OPTS}
       make -j 2
       make test
       if [ "$TEST_ANALYZER" = "yes" ]; then