You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Bazel sometimes discards the analysis cache
when switching between testing/running and plain building.
This is because b3a0037 introduced a flag
for disabling legacy bazel behavior. This flag has been only
applied to "run" and "test", but not for "build". This means
that we accidentally switch the environment, and Bazel discards
the analysis cache (slowing down the development).
0 commit comments