config_common

Stay organized with collections Save and categorize content based on your preferences.
Report an issue View source

Functions for Starlark to interact with Blaze's configurability APIs.

Members

FeatureFlagInfo

Provider config_common.FeatureFlagInfo

The key used to retrieve the provider containing config_feature_flag's value.

toolchain_type

toolchain_type config_common.toolchain_type(name, *, mandatory=True)

Declare a rule's dependency on a toolchain type.

Parameters

Parameter Description
name string; or Label; required
The toolchain type that is required.
mandatory bool; default = True
Whether the toolchain type is mandatory or optional.