Skip to content

Commit

Permalink
github-ci: add dpdk, nfqueue, nflog to scan-build
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Apr 25, 2023
1 parent c171429 commit fb237e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/scan-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
cbindgen \
clang-16 \
clang-tools-16 \
dpdk-dev \
git \
jq \
libtool \
libpcap-dev \
libnet1-dev \
Expand All @@ -38,6 +38,7 @@ jobs:
libcap-ng-dev \
libcap-ng0 \
libmagic-dev \
libnetfilter-log-dev \
libnetfilter-queue-dev \
libnetfilter-queue1 \
libnfnetlink-dev \
Expand All @@ -50,9 +51,9 @@ jobs:
libevent-dev \
libevent-pthreads-2.1-7 \
libjansson-dev \
liblz4-dev \
llvm-16-dev \
make \
parallel \
python3-yaml \
rustc \
software-properties-common \
Expand All @@ -61,7 +62,7 @@ jobs:
- uses: actions/[email protected]
- run: ./scripts/bundle.sh
- run: ./autogen.sh
- run: scan-build-16 ./configure
- run: scan-build-16 ./configure --enable-dpdk --enable-nfqueue --enable-nflog
env:
CC: clang-16
# exclude libhtp from the analysis
Expand Down

0 comments on commit fb237e8

Please sign in to comment.