Skip to content

Commit fd8431d

Browse files
committed
Fix CI: use the project's bundled DPDK
1 parent 62f1c34 commit fd8431d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
run: |
2020
apt-get -qq update
2121
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
2422
cd dpdk
23+
meson -Denable_kmods=true build
2524
ninja -C build install
2625
- name: Compile f-stack
2726
run: |

0 commit comments

Comments
 (0)