Add --incompatible_disable_expand_if_all_available_in_flag_set

Corresponding issue: https://github.com/bazelbuild/bazel/issues/7008

RELNOTES: None.
PiperOrigin-RevId: 227522028
This commit is contained in:
hlopko 2019-01-02 17:02:29 +01:00 committed by Marcel Hlopko
parent 169818c32d
commit 37f9cc51a5
1 changed files with 3 additions and 0 deletions

View File

@ -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.