mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
script/autobuild.py: make sure --nonshared-binary=smbtorture,smbd/smbd keeps working
- It's very useful to have a static smbtorture binary that can be copied arround. - It's sometimes also useful to have a static smbd binary in order avoid runtime overhead via do_lookup_x() (in ld*.so), note that Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Thu Aug 20 19:10:19 CEST 2015 on sn-devel-104
This commit is contained in:
committed by
Ralph Böhme
parent
86fa1d9059
commit
ba4c9bd08c
@@ -130,7 +130,12 @@ tasks = {
|
||||
# retry without any required modules
|
||||
("none-distclean", "make distclean", "text/plain"),
|
||||
("none-configure", samba_libs_configure_samba + " --with-static-modules=!FORCED,!DEFAULT --with-shared-modules=!FORCED,!DEFAULT", "text/plain"),
|
||||
("none-make", "make", "text/plain")],
|
||||
("none-make", "make", "text/plain"),
|
||||
|
||||
# retry with nonshared smbd and smbtorture
|
||||
("nonshared-distclean", "make distclean", "text/plain"),
|
||||
("nonshared-configure", samba_libs_configure_base + " --bundled-libraries=talloc,tdb,pytdb,ldb,pyldb,tevent,pytevent --with-static-modules=ALL --nonshared-binary=smbtorture,smbd/smbd", "text/plain"),
|
||||
("nonshared-make", "make", "text/plain")],
|
||||
|
||||
"ldb" : [
|
||||
("random-sleep", "../../script/random-sleep.sh 60 600", "text/plain"),
|
||||
|
||||
Reference in New Issue
Block a user