What is general guidance around analysis cache thrashing when invoking bazel build --> bazel coverage --> bazel build? #22655
Unanswered
Ryang20718
asked this question in
Q&A
Replies: 1 comment 3 replies
-
We add those flags to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
--collect_code_coverage and --instrumentation_filter
causes the analysis cache to thrash in CI when running bazel build --> bazel coverageWhat do most people do currently to avoid this?
separate output_base?
Beta Was this translation helpful? Give feedback.
All reactions