summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-02-14 17:20:22 +0100
committerMartin Schwenke <martins@samba.org>2020-02-19 11:28:56 +0000
commit8441471d5dca8657d8bb40e83096a4965818eb5c (patch)
treeb6d7aa25316a4eac18306448eb4dfa795818f84a
parentcfb8e4de8f2532cb0cf6bbe947727f0a2d1cfeb2 (diff)
downloadsamba-8441471d5dca8657d8bb40e83096a4965818eb5c.tar.gz
autobuild: samba-ctdb does not need an AD DC
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
-rwxr-xr-xscript/autobuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index f89ef17a09e..68ce850740e 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -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"),