Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cc/private/rules_impl/cc_toolchain_provider_helper.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_cc_toolchain_provider(ctx, attributes):
# we fall back to below so the guard in tool_path returns true
# when those action_configs are declared.
feature_configuration = toolchain_features.configure_features(
requested_features = toolchain_features.default_features_and_action_configs() + [
requested_features = toolchain_config_info._default_features_and_action_configs + [
ACTION_NAMES.c_compile,
ACTION_NAMES.cpp_link_static_library,
ACTION_NAMES.cpp_link_executable,
Expand Down