Skip to content

Commit b02338e

Browse files
committed
ci: Switch to using ktraynor github dpdk.
Used for testing CI with DPDK patches. Signed-off-by: Kevin Traynor <[email protected]>
1 parent 0e2ce9f commit b02338e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
env:
1111
dependencies: gcc libbpf-dev libnuma-dev libpcap-dev ninja-build pkgconf
1212
CC: gcc
13-
DPDK_GIT: https://dpdk.org/git/dpdk
14-
DPDK_VER: refs/heads/main
13+
DPDK_GIT: https://github.com/kevintraynor/dpdk
14+
DPDK_VER: refs/heads/kttest
1515
name: dpdk gcc
1616
outputs:
1717
dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}

0 commit comments

Comments
 (0)