Skip to content

Commit

Permalink
Update istio api to latest (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvas authored and qiwzhang committed Sep 12, 2017
1 parent 5025ded commit 291876a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mixerclient/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def boringssl_repositories(bind=True):
actual = "@boringssl//:ssl",
)


def protobuf_repositories(bind=True):
native.git_repository(
name = "protobuf_bzl",
Expand Down Expand Up @@ -71,7 +70,6 @@ def protobuf_repositories(bind=True):
actual = "@protobuf_bzl//:protoc_lib",
)


def googletest_repositories(bind=True):
BUILD = """
# Copyright 2017 Istio Authors. All Rights Reserved.
Expand Down Expand Up @@ -150,7 +148,7 @@ cc_library(
name = "googletest_prod",
actual = "@googletest_git//:googletest_prod",
)

def googleapis_repositories(protobuf_repo="@protobuf_bzl//", bind=True):
BUILD = """
# Copyright 2017 Istio Authors. All Rights Reserved.
Expand Down Expand Up @@ -378,7 +376,7 @@ cc_proto_library(

native.new_git_repository(
name = "mixerapi_git",
commit = "a0ba5903ae2771eac13f80c3a936ed70fd3494d5",
commit = "6838a2bfc42260cf0513552a64a457f1cf39041c",
remote = "https://github.com/istio/api.git",
build_file_content = BUILD,
)
Expand Down

0 comments on commit 291876a

Please sign in to comment.