We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f1c34 commit fd8431dCopy full SHA for fd8431d
1 file changed
.github/workflows/ci.yml
@@ -19,9 +19,8 @@ jobs:
19
run: |
20
apt-get -qq update
21
apt-get -qq install -y libssl-dev ninja-build
22
- # using pre-built dpdk inside the container
23
- cp -r /root/dpdk/build dpdk/build
24
cd dpdk
+ meson -Denable_kmods=true build
25
ninja -C build install
26
- name: Compile f-stack
27
0 commit comments