Skip to content

Commit

Permalink
[7.1.0] Document --incompatible_disallow_unsound_directory_outputs. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgq authored Feb 8, 2024
1 parent 091d62e commit 82f4149
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ public class CoreOptions extends FragmentOptions implements Cloneable {
@Option(
name = "incompatible_disallow_unsound_directory_outputs",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
documentationCategory = OptionDocumentationCategory.EXECUTION_STRATEGY,
metadataTags = OptionMetadataTag.INCOMPATIBLE_CHANGE,
effectTags = {OptionEffectTag.BAZEL_INTERNAL_CONFIGURATION},
help =
"If set, it is an error for an action to materialize an output file as a directory. Does"
+ " not affect source directories.")
+ " not affect source directories. See https://github.com/bazelbuild/bazel/issues/18646.")
public boolean disallowUnsoundDirectoryOutputs;

// This option is only used during execution. However, it is a required input to the analysis
Expand Down

0 comments on commit 82f4149

Please sign in to comment.