mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
808da50c2d
commit
f0f6144381
10
WORKSPACE
10
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)
|
||||
|
2
third_party/googletest
vendored
2
third_party/googletest
vendored
Submodule third_party/googletest updated: e2239ee604...b514bdc898
Reference in New Issue
Block a user