Hello, David, On Thu, Aug 25, 2022 at 2:52 PM David Marchand <[email protected]> wrote: > > Debian packaging target builds OVS against a packaged DPDK version. > As a result, it is not relevant in the dpdk-latest branch which follows > DPDK development branch. > > Signed-off-by: David Marchand <[email protected]> > --- > .github/workflows/build-and-test.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.github/workflows/build-and-test.yml > b/.github/workflows/build-and-test.yml > index 58ab85e5d7..b555f45024 100644 > --- a/.github/workflows/build-and-test.yml > +++ b/.github/workflows/build-and-test.yml > @@ -198,6 +198,7 @@ jobs: > path: config.log > > build-linux-deb: > + if: ${{ github.ref != 'refs/heads/dpdk-latest' }} > env: > deb_dependencies: | > linux-headers-$(uname -r) build-essential fakeroot devscripts equivs > -- > 2.37.2 >
Thanks for the patch, this makes sense to me! Acked-by: Frode Nordahl <[email protected]> -- Frode Nordahl _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
