From eea0c0d7932edef46c28c67876930611284c0338 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 2 May 2023 12:09:59 +0200 Subject: grpc: fix build fail with protobuf in debug mode --- etc/dev/TARGETS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/dev') diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS index 5da5014a..dbfbf15c 100644 --- a/etc/dev/TARGETS +++ b/etc/dev/TARGETS @@ -3,6 +3,9 @@ , "proto": [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] , ["@", "googleapis", "", "google_bytestream_proto"] + , ["@", "googleapis", "", "google_api_httpbody_proto"] + , ["@", "googleapis", "", "google_api_expr_v1alpha1_checked_proto"] + , ["@", "googleapis", "", "google_api_expr_v1alpha1_syntax_proto"] ] } , "just-ext-hdrs": -- cgit v1.2.3