Skip to content

Commit

Permalink
Update to service_control_client with gcc7 fix (#372)
Browse files Browse the repository at this point in the history
* Update to service_control_client with gcc7 fix

* Work around a ssl bug

* Revert "Work around a ssl bug"

This reverts commit 29bb7df.
  • Loading branch information
qiwzhang authored Apr 17, 2018
1 parent c51367b commit 4ad3dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def servicecontrol_client_repositories(bind=True):

native.git_repository(
name = "servicecontrol_client_git",
commit = "8e74821887889b852565c3fda40596f0e0ef9f5b", # Oct 11, 2017
commit = "8189638f8e2c410010befe5dbd81e267a15e3e17",
remote = "https://github.com/cloudendpoints/service-control-client-cxx.git",
)

Expand Down

0 comments on commit 4ad3dd1

Please sign in to comment.