Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | export targets: Enforce the invariant when writing target cache entries | Paul Cristian Sarbu | |
We ensure that for each export target to be written to the target cache all its implied export targets are written to the target cache first. This ensures that the target cache maintains its consistency at all times with respect to export target dependencies. | |||
2023-12-12 | build_utils: Be specific in target cache entry store location... | Paul Cristian Sarbu | |
...by specifying which TargetCache instance to use. This will allow 'just serve' to store target cache entries into the correct sharded location. | |||
2023-12-06 | Add CLI option to set write strategy for target-level cache | Klaus Aehlig | |
2023-12-05 | target-cache writing: support different strategies | Klaus Aehlig | |
2023-12-05 | just main: Move useful results processing methods to own library | Paul Cristian Sarbu | |