From c121e0ba013cd0e8a1a57ed5178d2341a9f42a90 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 28 Feb 2022 13:16:49 +0100 Subject: External protobuf: Add missing zlib dependency --- etc/import/src/google/protobuf/TARGETS.protobuf | 2 +- etc/repos.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/import/src/google/protobuf/TARGETS.protobuf b/etc/import/src/google/protobuf/TARGETS.protobuf index 6efd7f94..10b0eed6 100644 --- a/etc/import/src/google/protobuf/TARGETS.protobuf +++ b/etc/import/src/google/protobuf/TARGETS.protobuf @@ -326,7 +326,7 @@ , "wire_format.cc" , "wrappers.pb.cc" ] - , "deps": ["protobuf_lite"] + , "deps": ["protobuf_lite", ["@", "zlib", "", "zlib"]] } , "protoc_lib": diff --git a/etc/repos.json b/etc/repos.json index 5643b2d7..fb18f689 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -119,7 +119,7 @@ } , "target_root": "import targets" , "target_file_name": "TARGETS.protobuf" - , "bindings": {"rules": "rules-protobuf"} + , "bindings": {"rules": "rules-protobuf", "zlib": "zlib"} } , "bazel_remote_apis": { "repository": -- cgit v1.2.3