Update google cloud cpp to 1.14.0

This commit is contained in:
Vo Van Nghia 2020-06-10 17:39:51 +07:00
parent 4851082f8f
commit 4ac6c6eb6d

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",
],
)