Skip to content

Commit

Permalink
chore(ci) bump OpenResty to 1.25.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 10, 2024
1 parent 4011cfb commit a8deeaf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- label: dynamic_module
os: ubuntu-latest
cc: gcc-12
openresty: 1.21.4.2
openresty: 1.25.3.1
runtime: wasmtime
wasmtime: 14.0.3
debug: debug
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- label: openresty
os: ubuntu-22.04
cc: gcc-12
openresty: 1.21.4.2
openresty: 1.25.3.1
runtime: wasmer
wasmer: 3.1.1
debug: debug
Expand All @@ -104,7 +104,7 @@ jobs:
matrix:
os: [ubuntu-latest]
cc: [clang-15]
openresty: [1.21.4.2]
openresty: [1.25.3.1]
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
Expand All @@ -129,6 +129,7 @@ jobs:
fail-fast: false
matrix:
language: ["c-cpp"]
openresty: [1.25.3.1]
runtime: [wasmtime, wasmer, v8]
uses: ./.github/workflows/job-codeql-analyzer.yml
with:
Expand Down
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- label: openresty
os: ubuntu-latest
cc: gcc-12
openresty: 1.21.4.2
openresty: 1.25.3.1
runtime: wasmtime
wasmtime: 14.0.3
ssl: ssl
Expand All @@ -104,7 +104,7 @@ jobs:
- label: dynamic_openresty
os: ubuntu-latest
cc: gcc-12
openresty: 1.21.4.2
openresty: 1.25.3.1
runtime: wasmtime
wasmtime: 14.0.3
ssl: ssl
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: 'unit-ngx_1.25.3-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.3-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-wasmer-no_ssl-no_debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.21.4.2-wasmtime-ssl-debug-no_hup-dynamic'
carryforward: 'unit-ngx_1.25.3-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-wasmer-ssl-no_debug-no_hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-static,unit-ngx_1.25.3-wasmtime-ssl-debug-hup-dynamic,unit-ngx_1.25.3-v8-ssl-debug-no_hup-static,unit-ngx_1.21.6-wasmer-ssl-debug-no_hup-static,unit-ngx_1.25.3-wasmer-no_ssl-no_debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-ssl-debug-no_hup-static,unit-openresty_1.25.3.1-wasmtime-ssl-debug-no_hup-dynamic'

valgrind:
name: 'Valgrind'
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
wasmer: 3.1.1
os: ubuntu-22.04
cc: gcc-12
openresty: 1.21.4.2
openresty: 1.25.3.1
ngx:
debug: debug
hup: no_hup
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
fail-fast: false
matrix:
cc: [clang-15]
openresty: [1.21.4.2]
openresty: [1.25.3.1]
runtime: [wasmtime, wasmer, v8]
wasmtime: [14.0.3]
wasmer: [3.1.1]
Expand Down Expand Up @@ -283,10 +283,12 @@ jobs:
fail-fast: false
matrix:
language: ["c-cpp"]
openresty: [1.25.3.1]
runtime: [wasmtime, wasmer, v8]
uses: ./.github/workflows/job-codeql-analyzer.yml
with:
language: ${{ matrix.language }}
openresty: ${{ matrix.openresty }}
runtime: ${{ matrix.runtime }}

build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/job-codeql-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
language:
required: true
type: string
openresty:
required: true
type: string
runtime:
required: true
type: string
Expand All @@ -15,7 +18,7 @@ defaults:
shell: bash

env:
NGX_BUILD_OPENRESTY: 1.21.4.2
NGX_BUILD_OPENRESTY: ${{ inputs.openresty }}
NGX_BUILD_DEBUG: 1
NGX_BUILD_SSL: 1
NGX_BUILD_DYNAMIC_MODULE: 1
Expand Down

0 comments on commit a8deeaf

Please sign in to comment.