Skip to content

Commit cae46cf

Browse files
authored
Ci: Use DPDK script install in Coverity job (#1316)
Changed installation of default Ubuntu 22.04 dpdk-dev package to DPDK 25.07
1 parent bd4f6df commit cae46cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,15 @@ jobs:
3838
libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libsdl2-dev \
3939
libsdl2-ttf-dev libssl-dev ca-certificates m4 clang llvm zlib1g-dev \
4040
libelf-dev libcap-ng-dev libcap2-bin gcc-multilib systemtap-sdt-dev ninja-build \
41-
nasm dpdk-dev librdmacm-dev && \
41+
nasm librdmacm-dev wget unzip && \
4242
sudo apt-get clean && \
4343
sudo rm -rf /var/lib/apt/lists/*
4444
45+
- name: 'Build and install DPDK'
46+
run: |
47+
cd script
48+
./build_dpdk.sh
49+
4550
- name: 'Run coverity'
4651
uses: vapier/coverity-scan-action@2068473c7bdf8c2fb984a6a40ae76ee7facd7a85 # v1.8.0
4752
with:

0 commit comments

Comments
 (0)