summaryrefslogtreecommitdiff
path: root/src/buildtool/computed_roots/analyse_and_build.hpp
AgeCommit message (Collapse)Author
2024-12-09Computed roots: only install artifactsKlaus Aehlig
... however, also build the runfiles, as they are needed to write the target-level cache for the underlying export target.
2024-11-22AnalyseAndBuild: also write target-level cache entriesKlaus Aehlig
While there, also clean up the analysis result as soon as it is no longer needed.
2024-11-21Implement AnalyseAndBuild functionMaksim Denisov