<div dir="ltr">Hello, dear Cafe!<br><br>I have a mono repository and would like to do the following for CI:<br>- take the files from the commit<br>- Find all the code that depends on them explicitly or implicitly<br>- make a list of executable files that need to be rebuilt<br><br>This happens in CI and there is no cache of previous builds. Note that dependencies may not be direct, e.g:<br>- there are packages A, B, C. <br>- C depends only on B<br>- B depends on A<br>- C should be rebuilt if there were changes in A<br><br>Can you please tell me if there is any ready-made solution for this?<br></div>