From: Andrew Bartlett Date: Sun, 4 Mar 2018 08:36:22 +0000 (+1300) Subject: autobuild: Try and test different configure options for new environments X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=d6ac8beacf0762e786e57c07fd56fb4267a88b6b;p=metze%2Fsamba%2Fwip.git autobuild: Try and test different configure options for new environments Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/script/autobuild.py b/script/autobuild.py index 7b3d4bf6b35c..6e8abe77479d 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -120,7 +120,7 @@ tasks = { # We split out this so the isolated ad_dc tests do not wait for ad_dc_ntvfs tests (which are long) "samba-fileserver" : [ ("random-sleep", "../script/random-sleep.sh 60 600", "text/plain"), - ("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), + ("configure", "./configure.developer --without-ad-dc --without-ads --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), ("make", "make -j", "text/plain"), ("test", "make test FAIL_IMMEDIATELY=1 TESTS='--include-env=fileserver'", "text/plain"), ("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],