Skip to content

Commit

Permalink
Update WORKSPACE to remove hack protobuf_bzl (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwzhang authored Apr 26, 2017
1 parent 1ba1023 commit 4fddf8c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions mixerclient/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@

# A Bazel (http://bazel.io) workspace for Istio Mixer client

# Workaround for Bazel > 0.4.0 since it needs newer protobuf.bzl from:
# https://github.com/google/protobuf/pull/2246
# Do not use this git_repository for anything else than protobuf.bzl
new_git_repository(
name = "protobuf_bzl",
# Injecting an empty BUILD file to prevent using any build target
build_file_content = "",
commit = "05090726144b6e632c50f47720ff51049bfcbef6",
remote = "https://github.com/google/protobuf.git",
)

load(
"//:repositories.bzl",
"boringssl_repositories",
Expand All @@ -40,5 +29,5 @@ protobuf_repositories()
googletest_repositories()
googleapis_repositories()
grpc_repositories()
mixerapi_repositories(protobuf_repo="@protobuf_bzl//")
mixerapi_repositories()

0 comments on commit 4fddf8c

Please sign in to comment.