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 Aug 22, 2024
1 parent 19d809a commit c61a162
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 @@ -10,8 +10,8 @@ jobs:
env:
dependencies: gcc libbpf-dev libnuma-dev libpcap-dev ninja-build pkgconf
CC: gcc
DPDK_GIT: https://dpdk.org/git/dpdk-stable
DPDK_VER: 23.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 @@ -425,6 +425,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 c61a162

Please sign in to comment.