Skip to content

Commit

Permalink
chore(deps) bump V8 to 12.0.267.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm authored and thibaultcha committed Jan 22, 2024
1 parent 72dd165 commit 4366897
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
v8: [11.4.183.23]
v8: [12.0.267.17]
debug: [debug, no_debug]
hup: [hup, no_hup]
module_type: [static, dynamic]
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runtime: [wasmer, wasmtime, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
v8: [11.4.183.23]
v8: [12.0.267.17]
hup: [hup, no_hup]
debug: [debug]
include:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
v8: [11.4.183.23]
v8: [12.0.267.17]
ssl: [no_ssl, ssl]
debug: [debug, no_debug]
uses: ./.github/workflows/job-clang-analyzer.yml
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
v8: [11.4.183.23]
v8: [12.0.267.17]
include:
- label: old_nginx
os: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
hup: hup
# V8
- runtime: v8
v8: 11.4.183.23
v8: 12.0.267.17
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.3
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
path: t/01-wasm
# V8
- runtime: v8
v8: 11.4.183.23
v8: 12.0.267.17
os: ubuntu-22.04
cc: gcc-12
ngx: 1.25.3
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
v8: [11.4.183.23]
v8: [12.0.267.17]
ssl: [ssl]
debug: [debug, no_debug]
include:
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
v8: [11.4.183.23]
v8: [12.0.267.17]
uses: ./.github/workflows/job-build-tests.yml
with:
os: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NGX ?= 1.25.3
OPENSSL ?= 3.2.0
WASMTIME ?= 14.0.3
WASMER ?= 3.1.1
V8 ?= 11.4.183.23
V8 ?= 12.0.267.17
PCRE ?= 8.45
ZLIB ?= 1.3
LUAROCKS ?= 3.9.2
Expand Down
2 changes: 1 addition & 1 deletion util/runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Options:
-A, --arch <arch> Architecture in 'uname -m' format (e.g. 'x86_64').
Defaults to the system's own.
-V, --runtime-ver <ver> Runtime version to build (e.g. '11.4.183.23')
-V, --runtime-ver <ver> Runtime version to build (e.g. '12.0.267.17')
Inferred from .github/workflows/release.yml
if unspecified.
Expand Down
9 changes: 0 additions & 9 deletions valgrind.suppress
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,3 @@
fun:_ZN6wasmer3sys6module6Module11from_binary17h0e63bedfc82f5d11E
fun:wasm_module_new
}
{
<v8 11.4.183.23: wasm_engine_new>
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
...
fun:_ZN4wasm6Engine4makeEOSt10unique_ptrINS_6ConfigESt14default_deleteIS2_EE
fun:wasm_engine_new
}

0 comments on commit 4366897

Please sign in to comment.