Skip to content

Commit a0c5739

Browse files
committed
add protobuf to workspace
1 parent 998f8e6 commit a0c5739

File tree

1 file changed

+7
-0
lines changed
  • tests/integration/ignore_root_user_error

1 file changed

+7
-0
lines changed

tests/integration/ignore_root_user_error/WORKSPACE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

3+
http_archive(
4+
name = "protobuf",
5+
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
6+
strip_prefix = "protobuf-27.0",
7+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
8+
)
9+
310
http_archive(
411
name = "rules_cc",
512
sha256 = "d9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80",

0 commit comments

Comments
 (0)