Skip to content

Commit

Permalink
Flip the default for incompatible_use_per_action_file_cache in Bazel
Browse files Browse the repository at this point in the history
Progress on #4608.

PiperOrigin-RevId: 222205065
  • Loading branch information
ulfjack authored and Copybara-Service committed Nov 20, 2018
1 parent c115a25 commit bff6b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public boolean useTopLevelTargetsForSymlinks() {

@Option(
name = "incompatible_use_per_action_file_cache",
defaultValue = "true",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION},
metadataTags = {
Expand Down

0 comments on commit bff6b11

Please sign in to comment.