mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
autobuild: Remove more "make install" steps
Running a "make install" involves a full re-link which takes quite some time we really only need to test this in a couple of basic combinations, so remove from a few more targets. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
e5b236d417
commit
584f5106cd
@ -341,7 +341,6 @@ tasks = {
|
||||
"simpleserver",
|
||||
])),
|
||||
("lcov", LCOV_CMD),
|
||||
("install", "make install"),
|
||||
("check-clean-tree", "script/clean-source-tree.sh"),
|
||||
("clean", "make clean"),
|
||||
],
|
||||
@ -687,7 +686,6 @@ tasks = {
|
||||
|
||||
("configure", "./configure.developer ${ENABLE_COVERAGE} ${PREFIX} --with-profiling-data --disable-python --without-ad-dc"),
|
||||
("make", "make -j"),
|
||||
("install", "make install"),
|
||||
("find-python", "script/find_python.sh ${PREFIX}"),
|
||||
("test", "make test-nopython"),
|
||||
("lcov", LCOV_CMD),
|
||||
|
Loading…
x
Reference in New Issue
Block a user