Skip to content

Commit

Permalink
chore(ci) re-add a macos-latest job
Browse files Browse the repository at this point in the history
Removed due to cost back when the repository was private.
  • Loading branch information
thibaultcha committed Nov 8, 2023
1 parent ecd7896 commit 2f4d4aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@ jobs:
debug: debug
hup: no_hup
module_type: dynamic
# MacOS + dynamic ngx_wasm_module
- os: macos-latest
cc: clang
openresty: 1.21.4.1
runtime: wasmtime
wasmtime: 8.0.1
debug: debug
hup: no_hup
ssl: ssl
module_type: dynamic
uses: ./.github/workflows/job-unit-tests.yml
with:
os: ${{ matrix.os }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/job-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- name: 'Setup deps - apt-get'
if: ${{ contains(inputs.os, 'ubuntu') }}
run: sudo apt-get update && sudo apt-get install -y ${CC} libstdc++-${CC#*-}-dev lcov
- name: 'Setup deps - Homebrew'
if: ${{ contains(inputs.os, 'macos') }}
run: brew install pcre
- uses: actions/checkout@v3
- name: 'Setup cache - rustup toolchain'
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 2f4d4aa

Please sign in to comment.