Skip to content

Commit 09dece0

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 <david.marchand@redhat.com> Signed-off-by: Sunil Pai G <sunil.pai.g@intel.com> Co-authored-by: Sunil Pai G <sunil.pai.g@intel.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
1 parent d297dab commit 09dece0

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: 25.11
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)