
8 Mar
2023
8 Mar
'23
11:17 p.m.
This cuts down build performance considerably and is not always needed, when checking for build errors, etc.
Add a flag to disable it.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
tools/buildman/builder.py | 5 ++++- tools/buildman/builderthread.py | 2 ++ tools/buildman/buildman.rst | 14 ++++++++++++++ tools/buildman/cmdline.py | 2 ++ tools/buildman/control.py | 2 +- tools/buildman/func_test.py | 25 +++++++++++++++++++++---- 6 files changed, 44 insertions(+), 6 deletions(-)
Applied to u-boot-dm/next, thanks!