]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
autobuild.py: use --enable-clangdb for the "samba-ctdb" task
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Dec 2020 12:43:22 +0000 (13:43 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 16 Dec 2020 12:50:37 +0000 (12:50 +0000)
The key is that we only enable it for just one task.

I plan to restructure the autobuild tasks, but 'samba-ctdb'
will stay the way it works currently.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
script/autobuild.py

index 00ba8d727b0e436ee5b5486ee4d5acfa657c4a52..444bc156f486ed7344e94b0ee1721b2475ad7731 100755 (executable)
@@ -620,6 +620,7 @@ tasks = {
          "PKG_CONFIG_PATH=${PREFIX_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH} "
          "./configure.developer ${PREFIX} "
          "--with-selftest-prefix=./bin/ab "
+         "--enable-clangdb "
          "--with-cluster-support "
          "--without-ad-dc "
          "--bundled-libraries=!tdb"),