Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-07 | interfaces: extend signatures to be aware of tree overlays | Klaus Aehlig | |
In order to stay backwards compatible, the "tree_overlays" entry in action-graph descriptions is optional. | |||
2025-02-28 | GraphTraverser: Pass artifacts, blobs and trees to BuildAndStage by rvalue | Maksim Denisov | |
2024-12-09 | Computed roots: only install artifacts | Klaus Aehlig | |
... however, also build the runfiles, as they are needed to write the target-level cache for the underlying export target. | |||
2024-11-22 | AnalyseAndBuild: also write target-level cache entries | Klaus Aehlig | |
While there, also clean up the analysis result as soon as it is no longer needed. | |||
2024-11-21 | AnalyseAndBuild: properly pass the logger | Klaus Aehlig | |
... also to the ToResult method of the result map. | |||
2024-11-21 | Implement AnalyseAndBuild function | Maksim Denisov | |