diff options
| author | Simon Glass <[email protected]> | 2022-07-11 19:04:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-05 11:47:56 -0400 |
| commit | ff75d6e03ee4346bbe9614f10949649bb704a7e9 (patch) | |
| tree | 2dd1ae00ca6f61d0efda20d930c2f33bdbb23457 | |
| parent | 7f275bdbb027c8d0b9f4faa0841c45183f88ab43 (diff) | |
buildman: Drop a TODO that is done
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 <[email protected]>
| -rw-r--r-- | tools/buildman/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index 3ba08d0dace..a8357a804b3 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 |
