Yeah, confirmed. That's it. So this is not actuall...
# general
e
Yeah, confirmed. That's it. So this is not actually a codebuild problem, its a scie-pants problem. When you run
pants
the behind the scenes dependency graph that is cache checked is pants -> install -> configure. Both pants and install are cache hits, but configure is not. Basically scie-jump doesn't handle short circuiting which is something, for example, the Pants rule engine does do!