Skip to content

Commit 71ba99f

Browse files
committed
Bazel workspace cleanup
- Remove redundant protobuf import (already imported in protobuf_workspace.bzl) - Use released version of bazel buildtools instead of master to achieve reproducible builds Change-Id: I92ebcfd2a0dc0352324461b9356dd348fceae2ff
1 parent c687ccb commit 71ba99f

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

WORKSPACE

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,9 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies")
143143

144144
gazelle_dependencies()
145145

146-
http_archive(
147-
name = "com_google_protobuf",
148-
strip_prefix = "protobuf-master",
149-
urls = ["https://github.com/protocolbuffers/protobuf/archive/master.zip"],
150-
)
151-
152-
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
153-
154-
protobuf_deps()
155-
156146
http_archive(
157147
name = "com_github_bazelbuild_buildtools",
158-
strip_prefix = "buildtools-master",
159-
url = "https://github.com/bazelbuild/buildtools/archive/master.zip",
148+
sha256 = "05eb52437fb250c7591dd6cbcfd1f9b5b61d85d6b20f04b041e0830dd1ab39b3",
149+
strip_prefix = "buildtools-0.29.0",
150+
url = "https://github.com/bazelbuild/buildtools/archive/0.29.0.zip",
160151
)

0 commit comments

Comments
 (0)