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 <[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]>
  • Loading branch information
david-marchand and Sunil Pai G committed Oct 16, 2023
1 parent c29ba54 commit a9361ea
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 a9361ea

Please sign in to comment.