From f33749fc84dacb164d1ac43f6bfcae7afcca34b3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 22 Jun 2018 05:32:29 +1200 Subject: [PATCH] autobuild: Build samba-fileserver --without-json-audit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- script/autobuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")],