Skip to content

Commit

Permalink
Merge pull request #51342 from tensorflow/mm-cp-32ad61688a1c92bb42c12…
Browse files Browse the repository at this point in the history
…17c17ad212ffafda3c0-on-r2.4

Bump curl dependency to 7.77.0
  • Loading branch information
mihaimaruseac committed Aug 6, 2021
2 parents 7bf90fc + cae1c44 commit 2f2bb77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -637,13 +637,13 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):

tf_http_archive(
name = "curl",
build_file = clean_dep("//third_party:curl.BUILD"),
sha256 = "3b4378156ba09e224008e81dcce854b7ce4d182b1f9cfb97fe5ed9e9c18c6bd3",
strip_prefix = "curl-7.76.0",
system_build_file = clean_dep("//third_party/systemlibs:curl.BUILD"),
build_file = "//third_party:curl.BUILD",
sha256 = "b0a3428acb60fa59044c4d0baae4e4fc09ae9af1d8a3aa84b2e3fbcd99841f77",
strip_prefix = "curl-7.77.0",
system_build_file = "//third_party/systemlibs:curl.BUILD",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.76.0.tar.gz",
"https://curl.haxx.se/download/curl-7.76.0.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.77.0.tar.gz",
"https://curl.haxx.se/download/curl-7.77.0.tar.gz",
],
)

Expand Down
2 changes: 2 additions & 0 deletions third_party/curl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ cc_library(
"lib/asyn-ares.c",
"lib/asyn.h",
"lib/base64.c",
"lib/bufref.c",
"lib/bufref.h",
"lib/c-hyper.c",
"lib/c-hyper.h",
"lib/config-amigaos.h",
Expand Down

0 comments on commit 2f2bb77

Please sign in to comment.