]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
buildman: Drop a TODO that is done
authorSimon Glass <sjg@chromium.org>
Tue, 12 Jul 2022 01:04:13 +0000 (19:04 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2022 15:47:56 +0000 (11:47 -0400)
Buildman now uses worktrees when available, instead of doing a full clone.
This was done in this commit:

   76de29fc4f buildman: Use git worktrees instead of git clones when possible

Drop the TODO.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/README

index 3ba08d0dace5771c23b762aac245afc993b0305b..a8357a804b33f8d2e915353fd5cb1dc6a4ef5cb3 100644 (file)
@@ -1331,9 +1331,6 @@ scope for more though, e.g.:
 - '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