1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

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
This commit is contained in:
Volker Lendecke 2020-02-14 17:20:22 +01:00 committed by Martin Schwenke
parent cfb8e4de8f
commit 8441471d5d

View File

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