We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f5b2 commit 3bd9efcCopy full SHA for 3bd9efc
google/cloud/capture_build_info.bzl
@@ -33,10 +33,10 @@ https://github.com/bazelbuild/rules_cc/blob/0d68932a68bcd6f332b14ccc561990586de2
33
"""
34
35
load("@rules_cc//cc:action_names.bzl", "CPP_COMPILE_ACTION_NAME")
36
-load("@rules_cc//cc:toolchain_utils.bzl", "find_cpp_toolchain")
+load("@rules_cc//cc:find_cc_toolchain.bzl", "find_cc_toolchain")
37
38
def _capture_build_info_impl(ctx):
39
- toolchain = find_cpp_toolchain(ctx)
+ toolchain = find_cc_toolchain(ctx)
40
feature_configuration = cc_common.configure_features(
41
ctx = ctx,
42
cc_toolchain = toolchain,
0 commit comments