]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
autobuild: samba-ctdb does not need an AD DC
authorVolker Lendecke <vl@samba.org>
Fri, 14 Feb 2020 16:20:22 +0000 (17:20 +0100)
committerMartin Schwenke <martins@samba.org>
Wed, 19 Feb 2020 11:28:56 +0000 (11:28 +0000)
Speed up the build a bit

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Wed Feb 19 11:28:56 UTC 2020 on sn-devel-184

script/autobuild.py

index f89ef17a09ec949b2db745966f3fe76e81e6a71f..68ce850740ed86cc435f292bcae55ea84ca404ef 100755 (executable)
@@ -566,6 +566,7 @@ tasks = {
          "./configure.developer ${PREFIX} "
          "--with-selftest-prefix=./bin/ab "
          "--with-cluster-support "
+         "--without-ad-dc "
          "--bundled-libraries=!tdb"),
         ("samba-make", "make"),
         ("samba-check", "./bin/smbd -b | grep CLUSTER_SUPPORT"),