diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-23 10:17:08 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-01-23 11:07:27 +0100 |
commit | bbfd7d286ee5ed4e3caceb20d9debb0f971adb19 (patch) | |
tree | 252d64357d5a52a4e880e36a622937b8ed0099c7 /README.md | |
parent | fc9f622cba6b6671f5b5f0371de9bf31ae75c7d1 (diff) | |
download | justbuild-bbfd7d286ee5ed4e3caceb20d9debb0f971adb19.tar.gz |
Document computed roots as implemented concept
... rather than as future design. While there, also add target-level
caching as a service to the list of documentation pages.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ taken from user-defined rules described by functional expressions. - [Cache Pragma and Testing](doc/concepts/cache-pragma.md) - [Anonymous Targets](doc/concepts/anonymous-targets.md) - [Target-Level Caching](doc/concepts/target-cache.md) +- [Target-Level Caching as a Service](doc/concepts/service-target-cache.md) - [Garbage Collection](doc/concepts/garbage.md) - [Symbolic links](doc/concepts/symlinks.md) - [Execution properties](doc/concepts/execution-properties.md) +- [Computed roots](doc/concepts/computed-roots.md) |