Skip to content

Commit

Permalink
rust-build: fixup to use libxdp
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan committed Dec 10, 2024
1 parent eea5fcd commit 8539eac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
sudo apt-get update && sudo apt-get install -y\
build-essential libbsd-dev libelf-dev libjson-c-dev\
libnl-3-dev libnl-cli-3-dev libnuma-dev libpcap-dev meson\
pkg-config wget libbpf-dev llvm-dev libclang-dev clang
pkg-config wget libbpf-dev llvm-dev libclang-dev clang-15 \
libxdp-dev
- name: Build and Install CNDP
run: make; sudo CNE_DEST_DIR=/ make install
Expand Down

0 comments on commit 8539eac

Please sign in to comment.