From: Simon Glass Date: Tue, 12 Jul 2022 01:04:13 +0000 (-0600) Subject: buildman: Drop a TODO that is done X-Git-Tag: v2025.01-rc5-pxa1908~1321^2 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=ff75d6e03ee4346bbe9614f10949649bb704a7e9;p=u-boot.git 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 --- diff --git a/tools/buildman/README b/tools/buildman/README index 3ba08d0dac..a8357a804b 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