Skip to content

Commit

Permalink
ci: xxx
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Oct 26, 2024
1 parent 107055e commit e663416
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/clang-ast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,11 @@ jobs:
make
- name: Configure Unit
run: ./configure --cc=clang --openssl --debug --tests
run: ./configure --cc=clang --openssl --debug --tests \
--cc-opt="-Xclang -load -Xclang clang-ast/ngx-ast.so -Xclang -add-plugin -Xclang ngx-ast"

- name: Build Unit
run: |
make -j4 \
EXTRA_CFLAGS="-Xclang -load -Xclang clang-ast/ngx-ast.so -Xclang -add-plugin -Xclang ngx-ast" \
NXT_SHARED_LOCAL_LINK=: build/lib/libnxt.so
run: make -j4 NXT_SHARED_LOCAL_LINK=: build/lib/libnxt.so

- name: Build C tests
run: |
make -j4 \
EXTRA_CFLAGS="-Xclang -load -Xclang clang-ast/ngx-ast.so -Xclang -add-plugin -Xclang ngx-ast" \
tests
run: make -j4 tests

0 comments on commit e663416

Please sign in to comment.