Skip to content

Commit

Permalink
[7.1.0] Document --cache_computed_file_digests.
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 bazelbuild#14401 for prior discussion.

PiperOrigin-RevId: 606545000
Change-Id: I3aa9d311c805ebf9fb7401b79f320e1ba11d2179
  • Loading branch information
tjgq committed Feb 13, 2024
1 parent 4576e4a commit 3dc0d57
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 3dc0d57

Please sign in to comment.