Merge pull request #40351 from vnvo2409:update-google-cpp
PiperOrigin-RevId: 315742652 Change-Id: Ia256d21b0abd1657f10eabc056abf5db9db52259
This commit is contained in:
commit
c99a6fba17
@ -316,15 +316,15 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
|||||||
|
|
||||||
tf_http_archive(
|
tf_http_archive(
|
||||||
name = "com_github_googlecloudplatform_google_cloud_cpp",
|
name = "com_github_googlecloudplatform_google_cloud_cpp",
|
||||||
sha256 = "d67fed328d82aa404c3ab8f52814914f419a673573e3bbd98b4e6c405ca3cd06",
|
sha256 = "839b2d4dcb36a671734dac6b30ea8c298bbeaafcf7a45ee4a7d7aa5986b16569",
|
||||||
strip_prefix = "google-cloud-cpp-0.17.0",
|
strip_prefix = "google-cloud-cpp-1.14.0",
|
||||||
system_build_file = clean_dep("//third_party/systemlibs:google_cloud_cpp.BUILD"),
|
system_build_file = clean_dep("//third_party/systemlibs:google_cloud_cpp.BUILD"),
|
||||||
system_link_files = {
|
system_link_files = {
|
||||||
"//third_party/systemlibs:google_cloud_cpp.google.cloud.bigtable.BUILD": "google/cloud/bigtable/BUILD",
|
"//third_party/systemlibs:google_cloud_cpp.google.cloud.bigtable.BUILD": "google/cloud/bigtable/BUILD",
|
||||||
},
|
},
|
||||||
urls = [
|
urls = [
|
||||||
"https://storage.googleapis.com/mirror.tensorflow.org/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/v0.17.0.tar.gz",
|
"https://github.com/googleapis/google-cloud-cpp/archive/v1.14.0.tar.gz",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user