From 43668972cc3d1d44229f8955652861993f6ab8d1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 19 Jan 2024 20:31:42 -0300 Subject: [PATCH] chore(deps) bump V8 to 12.0.267.17 --- .github/workflows/ci-large.yml | 8 ++++---- .github/workflows/ci.yml | 8 ++++---- Makefile | 2 +- util/runtime.sh | 2 +- valgrind.suppress | 9 --------- 5 files changed, 10 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index a759f1807..35a6b85d8 100644 --- a/.github/workflows/ci-large.yml +++ b/.github/workflows/ci-large.yml @@ -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] @@ -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: @@ -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 @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd3bdbca4..7ee0e9e6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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: @@ -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 }} diff --git a/Makefile b/Makefile index 6afe8c586..817e6ffb0 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/util/runtime.sh b/util/runtime.sh index 0e89ca268..57883343c 100755 --- a/util/runtime.sh +++ b/util/runtime.sh @@ -45,7 +45,7 @@ Options: -A, --arch Architecture in 'uname -m' format (e.g. 'x86_64'). Defaults to the system's own. - -V, --runtime-ver Runtime version to build (e.g. '11.4.183.23') + -V, --runtime-ver Runtime version to build (e.g. '12.0.267.17') Inferred from .github/workflows/release.yml if unspecified. diff --git a/valgrind.suppress b/valgrind.suppress index 4b0b07054..d585f7125 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -52,12 +52,3 @@ fun:_ZN6wasmer3sys6module6Module11from_binary17h0e63bedfc82f5d11E fun:wasm_module_new } -{ - - Memcheck:Leak - match-leak-kinds: possible - fun:calloc - ... - fun:_ZN4wasm6Engine4makeEOSt10unique_ptrINS_6ConfigESt14default_deleteIS2_EE - fun:wasm_engine_new -}