Skip to content

Commit a15f79d

Browse files
authored
v8: update to v9.9.115.3. (#225)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent e0274bf commit a15f79d

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

bazel/external/v8.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

bazel/repositories.bzl

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,10 @@ def proxy_wasm_cpp_host_repositories():
127127

128128
git_repository(
129129
name = "v8",
130-
commit = "a5ff33ec02e0dff53217bf7fd5ca0ec504775d23",
130+
# 9.9.115.3
131+
commit = "90f089d97b6e4146ad106eee1829d86ad6392027",
131132
remote = "https://chromium.googlesource.com/v8/v8",
132-
shallow_since = "1641852349 +0000",
133-
patches = ["@proxy_wasm_cpp_host//bazel/external:v8.patch"],
134-
patch_args = ["-p1"],
133+
shallow_since = "1643043727 +0000",
135134
)
136135

137136
native.bind(
@@ -140,7 +139,7 @@ def proxy_wasm_cpp_host_repositories():
140139
)
141140

142141
new_git_repository(
143-
name = "com_googlesource_chromium_trace_event_common",
142+
name = "com_googlesource_chromium_base_trace_event_common",
144143
build_file = "@v8//:bazel/BUILD.trace_event_common",
145144
commit = "7f36dbc19d31e2aad895c60261ca8f726442bfbb",
146145
remote = "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git",
@@ -149,15 +148,15 @@ def proxy_wasm_cpp_host_repositories():
149148

150149
native.bind(
151150
name = "base_trace_event_common",
152-
actual = "@com_googlesource_chromium_trace_event_common//:trace_event_common",
151+
actual = "@com_googlesource_chromium_base_trace_event_common//:trace_event_common",
153152
)
154153

155154
new_git_repository(
156155
name = "com_googlesource_chromium_zlib",
157156
build_file = "@v8//:bazel/BUILD.zlib",
158-
commit = "efd9399ae01364926be2a38946127fdf463480db",
157+
commit = "fc5cfd78a357d5bb7735a58f383634faaafe706a",
159158
remote = "https://chromium.googlesource.com/chromium/src/third_party/zlib.git",
160-
shallow_since = "1638492135 -0800",
159+
shallow_since = "1642005087 -0800",
161160
)
162161

163162
native.bind(

0 commit comments

Comments
 (0)