]> granicus.if.org Git - pdns/commitdiff
Revert "enable a bunch of extra features during LGTM builds"
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 17 Jul 2019 12:53:30 +0000 (14:53 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 17 Jul 2019 12:53:30 +0000 (14:53 +0200)
This reverts commit 8763cf1ca8ba2c7266521272fedc2b130af71f75.

lgtm.yml

index fbe26581463b2066668c230b4908269d0f0ee30f..a78d90d5e36dd6a9abe7831b32ea801601904195 100644 (file)
--- a/lgtm.yml
+++ b/lgtm.yml
@@ -14,16 +14,15 @@ extraction:
       command:
       - "pushd pdns/dnsdistdist"
       - "sed -i '/^dist_man_MANS/d' Makefile.am"
-      - "autoreconf -vi && ./configure --enable-option-checking=fatal --enable-unit-tests --enable-dnscrypt --enable-dns-over-tls --enable-dns-over-https LIBS=-lwslay"
+      - "autoreconf -vi && ./configure"
       - "popd"
       - "pushd pdns/recursordist/"
       - "sed -i '/^dist_man_MANS/d' Makefile.am"
-      - "autoreconf -vi && ./configure --enable-option-checking=fatal --enable-unit-tests --enable-nod --enable-dnstap"
+      - "autoreconf -vi && ./configure"
       - "popd"
       - "sed -i 's/codedocs docs//' Makefile.am"
       - "autoreconf -vi"
-      - "./configure --enable-option-checking=fatal --with-modules='bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua lua2 mydns opendbx pipe random remote tinydns
-' --enable-fuzz-targets --enable-experimental-pkcs11 --enable-experimental-gss-tsig --enable-remotebackend-zeromq --enable-tools --enable-ixfrdist"
+      - "./configure --with-modules='bind gsqlite3 gmysql gpgsql ldap'"
     index:
       build_command:
       - "pushd pdns/dnsdistdist"