Skip to content

Commit

Permalink
wasm: update V8 to v9.7.106.17. (envoyproxy#19244)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Dec 17, 2021
1 parent 174924a commit 15f79ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bazel/external/wee8.patch
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
- rebase_path("//tools/msan/ignorelist.txt", root_build_dir)
+ if (!defined(msan_blacklist_path)) {
+ msan_blacklist_path =
+ rebase_path("//tools/msan/blacklist.txt", root_build_dir)
+ rebase_path("//tools/msan/ignorelist.txt", root_build_dir)
}
cflags = [
"-fsanitize=memory",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -827,15 +827,15 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "V8",
project_desc = "Google’s open source high-performance JavaScript and WebAssembly engine, written in C++",
project_url = "https://v8.dev",
version = "9.6.180.12",
version = "9.7.106.17",
# This archive was created using https://storage.googleapis.com/envoyproxy-wee8/wee8-archive.sh
# and contains complete checkout of V8 with all dependencies necessary to build wee8.
sha256 = "b6def6d8c859807e20b1c1c280dd9f30e153f6938b07e1fff38ab26648a7c4f6",
sha256 = "ad7d61662e7f3486544a57c1d963e8dac2a64c4f0e91689d5cbe8d5fb468b3cc",
urls = ["https://storage.googleapis.com/envoyproxy-wee8/wee8-{version}.tar.gz"],
strip_prefix = "wee8",
use_category = ["dataplane_ext"],
extensions = ["envoy.wasm.runtime.v8"],
release_date = "2021-11-09",
release_date = "2021-12-10",
cpe = "cpe:2.3:a:google:v8:*",
),
com_github_google_quiche = dict(
Expand Down

0 comments on commit 15f79ad

Please sign in to comment.