2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-30 22:41:22 +00:00
rules_cc/cc/toolchains/impl
Googler 58debbffe4 Remove experimental_enable_rule_based_toolchains flag
BEGIN_PUBLIC

Remove experimental_enable_rule_based_toolchains flag

Rule-based toolchains will not be gated by a flag when released with rules_cc v0.0.10. Also, this flag is unfortunately inherently incompatible with --experimental_exclude_starlark_flags_from_exec_config.

END_PUBLIC

PiperOrigin-RevId: 674072362
Change-Id: Iebda45d4daf4cec27c48296d61092dc513442911
2024-09-12 17:31:23 -07:00
..
args_utils.bzl Implement flag_group in the new rule-based toolchain. 2024-04-05 01:47:45 -07:00
BUILD Automated rollback of commit 0f352c3497. 2024-09-06 23:05:56 -07:00
collect.bzl Add support for implicit include directories to rule-based toolchains 2024-09-05 09:06:15 -07:00
documented_api.bzl Document args-related toolchain rules 2024-09-12 11:09:02 -07:00
external_feature.bzl Add support for implicit include directories to rule-based toolchains 2024-09-05 09:06:15 -07:00
legacy_converter.bzl Add support for implicit include directories to rule-based toolchains 2024-09-05 09:06:15 -07:00
nested_args.bzl Add support for implicit include directories to rule-based toolchains 2024-09-05 09:06:15 -07:00
toolchain_config.bzl Remove experimental_enable_rule_based_toolchains flag 2024-09-12 17:31:23 -07:00
toolchain_config_info.bzl Add support for implicit include directories to rule-based toolchains 2024-09-05 09:06:15 -07:00
variables.bzl