Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps) bump V8 to 13.1.201.15 #636

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
ipc: [no_ipc]
ssl: [ssl]
debug: [debug, no_debug]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
# macOS - V8
- label: macos_v8
runtime: v8
v8: 12.0.267.17
v8: 13.1.201.15
os: macos-13
cc: clang
ngx: 1.27.3
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runtime: [wasmer, wasmtime, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
hup: [hup, no_hup]
debug: [debug]
include:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
ssl: [no_ssl, ssl]
debug: [debug]
uses: ./.github/workflows/job-clang-analyzer.yml
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
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 @@ -57,7 +57,7 @@ jobs:
hup: hup
# V8
- runtime: v8
v8: 12.0.267.17
v8: 13.1.201.15
os: ubuntu-latest
cc: gcc-12
ngx: 1.27.3
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
path: t/01-wasm
# V8
- runtime: v8
v8: 12.0.267.17
v8: 13.1.201.15
os: ubuntu-22.04
cc: gcc-12
ngx: 1.27.3
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
ssl: [ssl]
debug: [debug]
include:
Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
runtime: [wasmtime, wasmer, v8]
wasmtime: [26.0.0]
wasmer: [3.1.1]
v8: [12.0.267.17]
v8: [13.1.201.15]
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.27.3
OPENSSL ?= 3.4.0
WASMTIME ?= 26.0.0
WASMER ?= 3.1.1
V8 ?= 12.0.267.17
V8 ?= 13.1.201.15
PCRE ?= 10.44
ZLIB ?= 1.3.1
LUAROCKS ?= 3.11.1
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. '12.0.267.17')
-V, --runtime-ver <ver> Runtime version to build (e.g. '13.1.201.15')
Inferred from .github/workflows/release.yml
if unspecified.

Expand Down
Loading