From 49fe646298a92364ea199bb7fca50f86dd112ed2 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 6 Jun 2024 17:04:41 +0200 Subject: Update documentation about tc writing in the presence of serve --- doc/future-designs/tc-gc.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 doc/future-designs/tc-gc.md (limited to 'doc/future-designs/tc-gc.md') diff --git a/doc/future-designs/tc-gc.md b/doc/future-designs/tc-gc.md deleted file mode 100644 index 8060a546..00000000 --- a/doc/future-designs/tc-gc.md +++ /dev/null @@ -1,14 +0,0 @@ -# Target-level cache dependencies for garbage collection - -## Interaction with `just serve` - -When building, `just` normally does not create an entry for -target-level cache hit received from `just serve`. However, it -might happen that `just` has to analyse an eligible `export` -target locally, as the `just serve` instance cannot provide it, and -during that analysis `export` targets provided by `just serve` are -encountered. In this case, before writing the target-level cache -entry for the locally analysed `export` target, the `just build` -process, in order to keep cache consistency, will first query and -write to the local target-level cache the transitively implied -target-level cache entries. -- cgit v1.2.3