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 ce57b9f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 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 --cc-opt="-Xclang -load -Xclang clang-ast/ngx-ast.so -Xclang -add-plugin -Xclang ngx-ast" --openssl --debug --tests

- 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
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 ce57b9f

Please sign in to comment.