Merge pull request #40351 from vnvo2409:update-google-cpp

PiperOrigin-RevId: 315742652
Change-Id: Ia256d21b0abd1657f10eabc056abf5db9db52259
This commit is contained in:
TensorFlower Gardener 2020-06-10 12:27:38 -07:00
commit c99a6fba17

View File

@ -316,15 +316,15 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "com_github_googlecloudplatform_google_cloud_cpp",
sha256 = "d67fed328d82aa404c3ab8f52814914f419a673573e3bbd98b4e6c405ca3cd06",
strip_prefix = "google-cloud-cpp-0.17.0",
sha256 = "839b2d4dcb36a671734dac6b30ea8c298bbeaafcf7a45ee4a7d7aa5986b16569",
strip_prefix = "google-cloud-cpp-1.14.0",
system_build_file = clean_dep("//third_party/systemlibs:google_cloud_cpp.BUILD"),
system_link_files = {
"//third_party/systemlibs:google_cloud_cpp.google.cloud.bigtable.BUILD": "google/cloud/bigtable/BUILD",
},
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/googleapis/google-cloud-cpp/archive/v0.17.0.tar.gz",
"https://github.com/googleapis/google-cloud-cpp/archive/v0.17.0.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/googleapis/google-cloud-cpp/archive/v1.14.0.tar.gz",
"https://github.com/googleapis/google-cloud-cpp/archive/v1.14.0.tar.gz",
],
)