From 259e26c1f932a709bdb6695ca338a8984d0d2690 Mon Sep 17 00:00:00 2001 From: Wyatt Calandro <64923869+wcalandro@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:34:46 -0700 Subject: [PATCH] fix(cxx_extractor): fix cc proto_lang_toolchain in release.BUILD (#5853) --- kythe/release/release.BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kythe/release/release.BUILD b/kythe/release/release.BUILD index fbb6747d20..be7492e0a7 100644 --- a/kythe/release/release.BUILD +++ b/kythe/release/release.BUILD @@ -66,7 +66,7 @@ proto_lang_toolchain( name = "cc_proto_toolchain", command_line = "--$(PLUGIN_OUT)=:$(OUT)", plugin = ":cc_proto_metadata_plugin", - runtime = "@com_google_protobuf//:protobuf", + runtime = "@com_google_protobuf//:protobuf_nowkt", ) # Alternatively, if the plugin doesn't work you can use the default code generator @@ -78,7 +78,7 @@ proto_lang_toolchain( proto_lang_toolchain( name = "cc_native_proto_toolchain", command_line = "--cpp_out=annotate_headers,annotation_pragma_name=kythe_metadata,annotation_guard_name=KYTHE_IS_RUNNING:$(OUT)", - runtime = "@com_google_protobuf//:protobuf", + runtime = "@com_google_protobuf//:protobuf_nowkt", ) filegroup(