Skip to content

Commit

Permalink
ci: Switch to dpdk main branch.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
2 people authored and kevintraynor committed Oct 27, 2023
1 parent 34ae81c commit 9e7dc2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
env:
dependencies: gcc libnuma-dev ninja-build
CC: gcc
DPDK_GIT: https://dpdk.org/git/dpdk-stable
DPDK_VER: 22.11.1
DPDK_GIT: https://dpdk.org/git/dpdk
DPDK_VER: refs/heads/main
name: dpdk gcc
outputs:
dpdk_key: ${{ steps.gen_dpdk_key.outputs.key }}
Expand Down Expand Up @@ -259,6 +259,7 @@ jobs:
path: config.log

build-linux-deb:
if: false
env:
deb_dependencies: |
linux-headers-$(uname -r) build-essential fakeroot devscripts equivs
Expand Down

0 comments on commit 9e7dc2f

Please sign in to comment.