Skip to content

Commit e1434eb

Browse files
david-marchandSunil Pai G
authored andcommitted
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 5fdcc45 commit e1434eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
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.3
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 }}
@@ -622,6 +622,7 @@ jobs:
622622
run: cd ovs && make -j4
623623

624624
build-linux-deb:
625+
if: false
625626
env:
626627
deb_dependencies: |
627628
linux-headers-$(uname -r) build-essential fakeroot devscripts equivs

0 commit comments

Comments
 (0)