-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
Fully Compatible
-
ALL
In SERVER-95361 we set up a phony shim dependency on bazel outputs to prevent ninja from reporting a huge list of outputs on a failed build. However this causes incremental rebuild weirdness where in the same build ninja will not think the bazel outputs changed because were not restated, and ninja would not rebuild the depedent actions, until the next build when it would then state the outputs and notice things change.