diff mbox series

[v2,27/28] buildman: Update the TODO items

Message ID 20200409210856.160952-2-sjg@chromium.org
State Accepted
Commit a38930e227ffdeef8c87e4072b7cb59f6127c3cc
Headers show
Series buildman: Improve summary output | expand

Commit Message

Simon Glass April 9, 2020, 9:08 p.m. UTC
A few of these have been done. Drop those and add some new ideas.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Add patch to udpate TODO items

 tools/buildman/README | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Comments

Simon Glass April 17, 2020, 11:29 p.m. UTC | #1
A few of these have been done. Drop those and add some new ideas.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Add patch to udpate TODO items

 tools/buildman/README | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/tools/buildman/README b/tools/buildman/README
index fe76d4ce0eb..cb565b551f8 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -1232,12 +1232,16 @@  Some options you might like are:
 TODO
 ====
 
-This has mostly be written in my spare time as a response to my difficulties
-in testing large series of patches. Apart from tidying up there is quite a
-bit of scope for improvement. Things like better error diffs and easier
-access to log files. Also it would be nice if buildman could 'hunt' for
-problems, perhaps by building a few boards for each arch, or checking
-commits for changed files and building only boards which use those files.
+Many improvements have been made over the years. There is still quite a bit of
+scope for more though, e.g.:
+
+- easier access to log files
+- 'hunting' for problems, perhaps by building a few boards for each arch, or
+  checking commits for changed files and building only boards which use those
+  files
+- using the same git repo for all threads instead of cloning it. Currently
+  it uses about 500MB per thread, so on a 64-thread machine this is 32GB for
+  the build.
 
 
 Credits
@@ -1253,3 +1257,4 @@  sjg at chromium.org
 Halloween 2012
 Updated 12-12-12
 Updated 23-02-13
+Updated 09-04-20