Skip to content

Commit ddfb3af

Browse files
comiusrickeylev
authored andcommitted
Upgrade rules_cc in WORKSPACE
1 parent b5bef72 commit ddfb3af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal_deps.bzl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,10 @@ def rules_python_internal_deps():
234234
sha256 = "0e124567fa85287874eff33a791c3bbdcc5343329a56faa828ef624380d4607c",
235235
url = "https://github.com/keith/rules_multirun/releases/download/0.9.0/rules_multirun.0.9.0.tar.gz",
236236
)
237+
# Needed by rules_cc, triggered by @rules_java_builtins from Bazel
238+
http_archive(
239+
name = "protobuf",
240+
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
241+
strip_prefix = "protobuf-27.0",
242+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
243+
)

0 commit comments

Comments
 (0)