From: Otto Date: Tue, 4 Jan 2022 08:52:30 +0000 (+0100) Subject: Add --enable-experimental-gss-tsig for auth build in CI. X-Git-Tag: rec-4.8.0-alpha1~31^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0acf022dd3a3d25a68a6e97cc6e0238bb0fced3;p=thirdparty%2Fpdns.git Add --enable-experimental-gss-tsig for auth build in CI. --- diff --git a/tasks.py b/tasks.py index ae99cb1558..634b491b91 100644 --- 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 \