Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 468fdda

Browse files
david-marchandSunil Pai G
authored andcommittedFeb 20, 2025
ci: Switch to dpdk main branch.
Make this branch point to current DPDK main branch so that we can track API breakage for GitHub Actions. In GitHub Actions, debian packaging jobs rely on a packaged version of dpdk and thus are not relevant. Note: this should not be merged to master, intended for dpdk-latest branch only. Signed-off-by: David Marchand <[email protected]> Signed-off-by: Sunil Pai G <[email protected]> Co-authored-by: Sunil Pai G <[email protected]> Signed-off-by: Ian Stokes <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
1 parent 365c2e5 commit 468fdda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
env:
1414
dependencies: gcc libnuma-dev libxdp-dev ninja-build pkgconf
1515
CC: gcc
16-
DPDK_GIT: https://dpdk.org/git/dpdk-stable
17-
DPDK_VER: 24.11.1
16+
DPDK_GIT: https://dpdk.org/git/dpdk
17+
DPDK_VER: refs/heads/main
1818
name: dpdk gcc
1919
outputs:
2020
dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}
@@ -562,6 +562,7 @@ jobs:
562562
path: config.log
563563

564564
build-linux-deb:
565+
if: false
565566
env:
566567
deb_dependencies: |
567568
linux-headers-$(uname -r) build-essential fakeroot devscripts equivs

0 commit comments

Comments
 (0)
Please sign in to comment.