mirror of https://github.com/bazelbuild/rules_cc
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:
parent
169818c32d
commit
37f9cc51a5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue