Revert "script/autobuild.py: build the samba target with --with-profiling-data"
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Dec 2014 07:52:54 +0000 (08:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 16 Dec 2014 10:25:47 +0000 (11:25 +0100)
This reverts commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.

This only works for a single user on a system, as only one can create
the sysv shared memory segment.

In future we'll use a tdb instead of sysv shared memory,
then we can readd this.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Dec 16 11:25:47 CET 2014 on sn-devel-104

script/autobuild.py

index 1097316a101c4ceb795ec6db93fa07c7e51bf414..ba08e52e5c7fd481786c752e3145d3e5c75b96f2 100755 (executable)
@@ -44,7 +44,7 @@ tasks = {
                ("clean", "make clean", "text/plain") ],
 
     # We have 'test' before 'install' because, 'test' should work without 'install'
-    "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab  --with-profiling-data", "text/plain"),
+    "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
                 ("make", "make -j", "text/plain"),
                 ("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
                 ("install", "make install", "text/plain"),