[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
This commit is contained in:
Nikita Shulga
2024-11-19 07:49:13 +00:00
committed by PyTorch MergeBot
parent 808da50c2d
commit f0f6144381
2 changed files with 11 additions and 1 deletions

View File

@ -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)