Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tensorflow/workspace2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,10 @@ def _tf_repositories():
tf_http_archive(
name = "curl",
build_file = "//third_party:curl.BUILD",
sha256 = "f98bdb06c0f52bdd19e63c4a77b5eb19b243bcbbd0f5b002b9f3cba7295a3a42",
strip_prefix = "curl-8.2.1",
sha256 = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427",
strip_prefix = "curl-8.4.0",
system_build_file = "//third_party/systemlibs:curl.BUILD",
urls = tf_mirror_urls("https://curl.haxx.se/download/curl-8.2.1.tar.gz"),
urls = tf_mirror_urls("https://curl.se/download/curl-8.4.0.tar.gz"),
)

# WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change the below rule
Expand Down
8 changes: 2 additions & 6 deletions third_party/curl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ cc_library(
"lib/curl_hmac.h",
"lib/curl_krb5.h",
"lib/curl_ldap.h",
"lib/curl_log.c",
"lib/curl_log.h",
"lib/curl_md4.h",
"lib/curl_md5.h",
"lib/curl_memory.h",
Expand Down Expand Up @@ -122,6 +120,8 @@ cc_library(
"lib/curl_sspi.h",
"lib/curl_threads.c",
"lib/curl_threads.h",
"lib/curl_trc.c",
"lib/curl_trc.h",
"lib/curlx.h",
"lib/dict.c",
"lib/dict.h",
Expand Down Expand Up @@ -327,8 +327,6 @@ cc_library(
"lib/vssh/wolfssh.c",
"lib/vtls/bearssl.c",
"lib/vtls/bearssl.h",
"lib/vtls/gskit.c",
"lib/vtls/gskit.h",
"lib/vtls/gtls.c",
"lib/vtls/gtls.h",
"lib/vtls/hostcheck.c",
Expand All @@ -339,8 +337,6 @@ cc_library(
"lib/vtls/mbedtls.h",
"lib/vtls/mbedtls_threadlock.c",
"lib/vtls/mbedtls_threadlock.h",
"lib/vtls/nss.c",
"lib/vtls/nssg.h",
"lib/vtls/openssl.c",
"lib/vtls/openssl.h",
"lib/vtls/rustls.c",
Expand Down