Build cache - Disable cache for modules with tests having programmatic dependencies #37388
Open
Description
In our codebase, we have tests for which we are dynamically adding a dependency specifically for a test. These dependencies are not tracked anywhere and thus are not input of the build cache.
It's a problem for the build cache but it's also a problem for GIB as GIB don't see these dependencies either.
We got hit by that here: #37349