From a9361eab0fb5a23603d4738bd8496943993c0eb6 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Fri, 2 Sep 2022 10:36:57 +0200 Subject: [PATCH] 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 bc5494e863b..e771f287760 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 }} @@ -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