diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index 5685dabb7dd..b32309321ce 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -338,6 +338,9 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""): name = "com_github_googlecloudplatform_google_cloud_cpp", sha256 = "839b2d4dcb36a671734dac6b30ea8c298bbeaafcf7a45ee4a7d7aa5986b16569", strip_prefix = "google-cloud-cpp-1.14.0", + repo_mapping = { + "@com_github_curl_curl": "@curl", + }, 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",