From ad9aa2228e66b6f37a76bf84ce58886c2246acaf Mon Sep 17 00:00:00 2001 From: David Marchand Date: Fri, 2 Sep 2022 10:36:57 +0200 Subject: 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 Signed-off-by: Sunil Pai G Co-authored-by: Sunil Pai G Signed-off-by: Ian Stokes Signed-off-by: Ilya Maximets --- .github/workflows/build-and-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f66ab43b0..5abbbdbc6 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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 }} @@ -253,6 +253,7 @@ jobs: path: config.log build-linux-deb: + if: false env: deb_dependencies: | linux-headers-$(uname -r) build-essential fakeroot devscripts equivs -- cgit v1.2.1