Skip to content

Commit

Permalink
[7.1.0] Document --cache_computed_file_digests. (#21326)
Browse files Browse the repository at this point in the history
It seems pretty important to document the existence of this flag, as it
has implications for both performance and correctness.

See #14401 for prior
discussion.

PiperOrigin-RevId: 606545000
Change-Id: I3aa9d311c805ebf9fb7401b79f320e1ba11d2179
  • Loading branch information
tjgq authored Feb 13, 2024
1 parent 579ee71 commit e6b4363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public boolean usingLocalTestJobs() {
@Option(
name = "cache_computed_file_digests",
defaultValue = "50000",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
documentationCategory = OptionDocumentationCategory.BUILD_TIME_OPTIMIZATION,
effectTags = {OptionEffectTag.UNKNOWN},
help =
"If greater than 0, configures Bazel to cache file digests in memory based on their "
Expand Down

0 comments on commit e6b4363

Please sign in to comment.