diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-06-12 11:48:06 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-06-12 17:07:17 +0200 |
commit | 83a064b9d3c76900937d594675d407fc57681fee (patch) | |
tree | 22613d889abf00a3880304d920ea9d9015022c97 /doc/concepts | |
parent | 64dd0eb0c941508536ff479f9e3be1bc23099a4a (diff) | |
download | justbuild-83a064b9d3c76900937d594675d407fc57681fee.tar.gz |
Update documentation
Diffstat (limited to 'doc/concepts')
-rw-r--r-- | doc/concepts/garbage.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/concepts/garbage.md b/doc/concepts/garbage.md index f6ba7149..278147bb 100644 --- a/doc/concepts/garbage.md +++ b/doc/concepts/garbage.md @@ -199,6 +199,11 @@ for transfer to an end point that supports blob splicing. The compactification step will also be carried out if the `--no-rotate` option is given to `gc`. +The compactification step is skipped if the `--all` option is given to +`gc`, since that option triggers removal of all cache generations. + +`--no-rotate` and `--all` are incompatible options. + Gargabe Collection for Repository Roots --------------------------------------- |