From: Andrew Bartlett Date: Thu, 21 Jun 2018 17:32:29 +0000 (+1200) Subject: autobuild: Build samba-fileserver --without-json-audit X-Git-Tag: tevent-0.9.37~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f33749fc84dacb164d1ac43f6bfcae7afcca34b3;p=thirdparty%2Fsamba.git autobuild: Build samba-fileserver --without-json-audit This build target is already --without-ad-dc and is the one we need to ensure is compatible with a host without the Jansson JSON library. Signed-off-by: Andrew Bartlett Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Tue Jun 26 02:03:30 CEST 2018 on sn-devel-144 --- diff --git a/script/autobuild.py b/script/autobuild.py index 429d6443792..a13b731b008 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -131,7 +131,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 --without-ad-dc --without-ldap --without-ads --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), + ("configure", "./configure.developer --without-ad-dc --without-ldap --without-ads --without-json-audit --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")],