From a5c9e0fe84a552fee9cd838c61f136c031a4846d Mon Sep 17 00:00:00 2001 From: Vo Van Nghia Date: Thu, 11 Jun 2020 23:29:48 +0700 Subject: [PATCH] use curl instead of com_github_curl_curl --- tensorflow/workspace.bzl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index cc6cb5033f7..17b19f2e2fc 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -318,6 +318,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",