Skip to content

Commit

Permalink
Merge pull request #51998 from pranve/r2.4
Browse files Browse the repository at this point in the history
 [Intel oneDNN] update curl version to 7.78.0-cherrypick to r2.4
  • Loading branch information
mihaimaruseac committed Oct 18, 2021
2 parents 4c0b84b + d1a62eb commit 66afba2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tensorflow/workspace.bzl
Expand Up @@ -638,12 +638,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "curl",
build_file = clean_dep("//third_party:curl.BUILD"),
sha256 = "b0a3428acb60fa59044c4d0baae4e4fc09ae9af1d8a3aa84b2e3fbcd99841f77",
strip_prefix = "curl-7.77.0",
sha256 = "ed936c0b02c06d42cf84b39dd12bb14b62d77c7c4e875ade022280df5dcc81d7",
strip_prefix = "curl-7.78.0",
system_build_file = clean_dep("//third_party/systemlibs:curl.BUILD"),
urls = [
"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",
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.78.0.tar.gz",
"https://curl.haxx.se/download/curl-7.78.0.tar.gz",
],
)

Expand Down

0 comments on commit 66afba2

Please sign in to comment.