From: Volker Lendecke Date: Fri, 14 Feb 2020 16:20:22 +0000 (+0100) Subject: autobuild: samba-ctdb does not need an AD DC X-Git-Tag: ldb-2.1.1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8441471d5dca8657d8bb40e83096a4965818eb5c;p=thirdparty%2Fsamba.git autobuild: samba-ctdb does not need an AD DC Speed up the build a bit Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Wed Feb 19 11:28:56 UTC 2020 on sn-devel-184 --- 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"),