diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-02 12:09:59 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-03 15:53:15 +0200 |
commit | eea0c0d7932edef46c28c67876930611284c0338 (patch) | |
tree | afd6ade410ea68e2fed6ca5db9f41af317754b8a /etc/dev | |
parent | fb0dad18c3b33cbfcc936eb4dbeac8cde9688c80 (diff) | |
download | justbuild-eea0c0d7932edef46c28c67876930611284c0338.tar.gz |
grpc: fix build fail with protobuf in debug mode
Diffstat (limited to 'etc/dev')
-rw-r--r-- | etc/dev/TARGETS | 3 |
1 files changed, 3 insertions, 0 deletions
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": |