]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add --enable-experimental-gss-tsig for auth build in CI.
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 4 Jan 2022 08:52:30 +0000 (09:52 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 2 Sep 2022 12:22:48 +0000 (14:22 +0200)
tasks.py

index ae99cb1558ffe8371af3e20909ce28bb6d437cdb..634b491b9106ddc81d2e4ee50be868243dd2308c 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -33,6 +33,7 @@ auth_build_deps = [    # FIXME: perhaps we should be stealing these from the deb
     'libcdb-dev',
     'libcurl4-openssl-dev',
     'libgeoip-dev',
+    'libgss-dev',
     'libkrb5-dev',
     'libldap2-dev',
     'liblmdb-dev',
@@ -92,6 +93,7 @@ auth_test_deps = [   # FIXME: we should be generating some of these from shlibde
     'libcdb1',
     'libcurl4',
     'libgeoip1',
+    'libgss3',
     'libkrb5-3',
     'libldap-2.4-2',
     'liblmdb0',
@@ -267,6 +269,7 @@ def ci_auth_configure(c):
                       --enable-backend-unit-tests \
                       --enable-fuzz-targets \
                       --enable-experimental-pkcs11 \
+                      --enable-experimental-gss-tsig \
                       --enable-remotebackend-zeromq \
                       --with-lmdb=/usr \
                       --with-libsodium \