Skip to content

Commit

Permalink
Remove --incompatible_use_per_action_file_cache
Browse files Browse the repository at this point in the history
Progress on #4608.

PiperOrigin-RevId: 223497462
  • Loading branch information
ulfjack authored and Copybara-Service committed Nov 30, 2018
1 parent e8f4e5e commit 88c4410
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,19 +314,6 @@ public boolean useTopLevelTargetsForSymlinks() {
help = "This option is deprecated and has no effect.")
public boolean discardActionsAfterExecution;

@Deprecated
@Option(
name = "incompatible_use_per_action_file_cache",
defaultValue = "false",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
effectTags = {OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION},
metadataTags = {
OptionMetadataTag.INCOMPATIBLE_CHANGE,
OptionMetadataTag.TRIGGERED_BY_ALL_INCOMPATIBLE_CHANGES
},
help = "Deprecated no-op.")
public boolean usePerActionFileCache;

/** Converter for jobs: [0, MAX_JOBS] or "auto". */
public static class JobsConverter extends RangeConverter {

Expand Down

0 comments on commit 88c4410

Please sign in to comment.