We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef567f3 commit b8f7794Copy full SHA for b8f7794
1 file changed
google/cloud/capture_build_info.bzl
@@ -34,6 +34,7 @@ https://github.com/bazelbuild/rules_cc/blob/0d68932a68bcd6f332b14ccc561990586de2
34
35
load("@rules_cc//cc:action_names.bzl", "CPP_COMPILE_ACTION_NAME")
36
load("@rules_cc//cc:toolchain_utils.bzl", "find_cpp_toolchain")
37
+load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
38
39
def _capture_build_info_impl(ctx):
40
toolchain = find_cpp_toolchain(ctx)
0 commit comments