From 1db20a109ef253d2ca36105486c1c5dd0eddcbba Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Thu, 5 Oct 2023 14:57:29 -0700 Subject: [PATCH] chore(deps) bump Wasmtime to 12.0.2 --- .github/workflows/ci-large.yml | 12 ++++++------ .github/workflows/ci.yml | 14 +++++++------- Makefile | 2 +- valgrind.suppress | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci-large.yml b/.github/workflows/ci-large.yml index d4f491987..4da5f1b1a 100644 --- a/.github/workflows/ci-large.yml +++ b/.github/workflows/ci-large.yml @@ -25,7 +25,7 @@ jobs: cc: [gcc-12] ngx: [1.25.2] runtime: [wasmtime, wasmer, v8] - wasmtime: [12.0.1] + wasmtime: [12.0.2] wasmer: [3.1.1] v8: [11.4.183.23] debug: [debug, no_debug] @@ -38,7 +38,7 @@ jobs: cc: gcc-12 openresty: 1.21.4.2 runtime: wasmtime - wasmtime: 12.0.1 + wasmtime: 12.0.2 debug: debug hup: no_hup ssl: ssl @@ -68,7 +68,7 @@ jobs: cc: [gcc-12] ngx: [1.25.2] runtime: [wasmer, wasmtime, v8] - wasmtime: [12.0.1] + wasmtime: [12.0.2] wasmer: [3.1.1] v8: [11.4.183.23] hup: [hup, no_hup] @@ -106,7 +106,7 @@ jobs: cc: [clang-15] openresty: [1.21.4.2] runtime: [wasmtime, wasmer, v8] - wasmtime: [12.0.1] + wasmtime: [12.0.2] wasmer: [3.1.1] v8: [11.4.183.23] ssl: [no_ssl, ssl] @@ -134,7 +134,7 @@ jobs: cc: [clang-13, clang-14, gcc-10, gcc-11] ngx: [1.25.2] runtime: [wasmtime, wasmer, v8] - wasmtime: [12.0.1] + wasmtime: [12.0.2] wasmer: [3.1.1] v8: [11.4.183.23] include: @@ -143,7 +143,7 @@ jobs: cc: clang-15 ngx: 1.21.6 runtime: wasmtime - wasmtime: 12.0.1 + wasmtime: 12.0.2 uses: ./.github/workflows/job-build-tests.yml with: os: ${{ matrix.os }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a526d2e2f..b5aca944a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: include: # Wasmtime - runtime: wasmtime - wasmtime: 12.0.1 + wasmtime: 12.0.2 os: ubuntu-latest cc: gcc-12 ngx: 1.25.2 @@ -74,7 +74,7 @@ jobs: cc: gcc-12 ngx: 1.25.2 runtime: wasmtime - wasmtime: 12.0.1 + wasmtime: 12.0.2 ssl: ssl debug: debug hup: hup @@ -94,7 +94,7 @@ jobs: cc: gcc-12 openresty: 1.21.4.2 runtime: wasmtime - wasmtime: 12.0.1 + wasmtime: 12.0.2 ssl: ssl debug: debug hup: no_hup @@ -104,7 +104,7 @@ jobs: cc: gcc-12 openresty: 1.21.4.2 runtime: wasmtime - wasmtime: 12.0.1 + wasmtime: 12.0.2 ssl: ssl debug: debug hup: no_hup @@ -159,7 +159,7 @@ jobs: include: # Wasmtime - runtime: wasmtime - wasmtime: 12.0.1 + wasmtime: 12.0.2 os: ubuntu-22.04 cc: gcc-12 ngx: 1.25.2 @@ -243,7 +243,7 @@ jobs: cc: [clang-15] openresty: [1.21.4.2] runtime: [wasmtime, wasmer, v8] - wasmtime: [12.0.1] + wasmtime: [12.0.2] wasmer: [3.1.1] v8: [11.4.183.23] ssl: [ssl] @@ -279,7 +279,7 @@ jobs: cc: [clang-15, gcc-12] ngx: [1.25.2] runtime: [wasmtime, wasmer, v8] - wasmtime: [12.0.1] + wasmtime: [12.0.2] wasmer: [3.1.1] v8: [11.4.183.23] uses: ./.github/workflows/job-build-tests.yml diff --git a/Makefile b/Makefile index b65621f89..7fa0a314b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NGX ?= 1.25.2 OPENSSL ?= 3.1.3 -WASMTIME ?= 12.0.1 +WASMTIME ?= 12.0.2 WASMER ?= 3.1.1 V8 ?= 11.4.183.23 PCRE ?= 8.45 diff --git a/valgrind.suppress b/valgrind.suppress index 296e5709c..29fdcddfe 100644 --- a/valgrind.suppress +++ b/valgrind.suppress @@ -47,7 +47,7 @@ fun:wasm_module_new } { - + Memcheck:Cond fun:_ZN10wasmparser6parser6Parser5parse17h6d71d9974412b3d6E }