Skip to content

Commit

Permalink
Add --incompatible_disable_expand_if_all_available_in_flag_set
Browse files Browse the repository at this point in the history
Corresponding issue: bazelbuild/bazel#7008

RELNOTES: None.
PiperOrigin-RevId: 227522028
  • Loading branch information
hlopko committed Jan 9, 2019
1 parent 169818c commit 37f9cc5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ message CToolchain {
// unconditionally for every action specified.
repeated WithFeatureSet with_feature = 3;

// Deprecated (https://github.com/bazelbuild/bazel/issues/7008) - use
// expand_if_all_available in flag_group
//
// A list of build variables that this feature set needs, but which are
// allowed to not be set. If any of the build variables listed is not
// set, the feature set will not be expanded.
Expand Down

0 comments on commit 37f9cc5

Please sign in to comment.