aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-11 19:04:13 -0600
committerTom Rini <trini@konsulko.com>2022-08-05 11:47:56 -0400
commitff75d6e03ee4346bbe9614f10949649bb704a7e9 (patch)
tree2dd1ae00ca6f61d0efda20d930c2f33bdbb23457
parent7f275bdbb027c8d0b9f4faa0841c45183f88ab43 (diff)
downloadu-boot-ff75d6e03ee4346bbe9614f10949649bb704a7e9.zip
u-boot-ff75d6e03ee4346bbe9614f10949649bb704a7e9.tar.gz
u-boot-ff75d6e03ee4346bbe9614f10949649bb704a7e9.tar.bz2
buildman: Drop a TODO that is doneWIP/2022-08-05-buildman-integrate-boardscfg
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>
-rw-r--r--tools/buildman/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index 3ba08d0..a8357a8 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -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