From f0f61443819ce19a16c8eef3a45a92e51dcfc17e Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Tue, 19 Nov 2024 07:49:13 +0000 Subject: [PATCH] [EZ][BE] Update googletest submodule (#140988) From v1.11.0 (released in Jun 2021) to v1.15.2 (release in Jul 2024) Pull Request resolved: https://github.com/pytorch/pytorch/pull/140988 Approved by: https://github.com/izaitsevfb, https://github.com/huydhn --- WORKSPACE | 10 ++++++++++ third_party/googletest | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 24147620e42..ac06b6bdc5d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -21,6 +21,16 @@ http_archive( urls = ["https://github.com/tensorflow/runtime/archive/b1c7cce21ba4661c17ac72421c6a0e2015e7bef3.tar.gz"], ) +http_archive( + name = "platforms", + urls = [ + "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz", + # TODO Fix bazel linter to support hashes for release tarballs. + # "https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz", + ], + # sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee", +) + load("@rules_cuda//cuda:dependencies.bzl", "rules_cuda_dependencies") rules_cuda_dependencies(with_rules_cc = False) diff --git a/third_party/googletest b/third_party/googletest index e2239ee6043..b514bdc898e 160000 --- a/third_party/googletest +++ b/third_party/googletest @@ -1 +1 @@ -Subproject commit e2239ee6043f73722e7aa812a459f54a28552929 +Subproject commit b514bdc898e2951020cbdca1304b75f5950d1f59