Skip to content

Commit fdb5e93

Browse files
committed
Update googletest to v1.15.2
Signed-off-by: Michael Warres <[email protected]>
1 parent 644e5e2 commit fdb5e93

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

Diff for: bazel/external/googletest.patch

-13
This file was deleted.

Diff for: bazel/repositories.bzl

+3-5
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,9 @@ def proxy_wasm_cpp_host_repositories():
139139
maybe(
140140
http_archive,
141141
name = "com_google_googletest",
142-
sha256 = "9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb",
143-
strip_prefix = "googletest-release-1.10.0",
144-
urls = ["https://github.com/google/googletest/archive/release-1.10.0.tar.gz"],
145-
patches = ["@proxy_wasm_cpp_host//bazel/external:googletest.patch"],
146-
patch_args = ["-p1"],
142+
sha256 = "7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926",
143+
strip_prefix = "googletest-1.15.2",
144+
urls = ["https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz"],
147145
)
148146

149147
# NullVM dependencies.

0 commit comments

Comments
 (0)