On 20/04/2020 13:20, David Marchand wrote: > On Mon, Apr 20, 2020 at 1:57 PM Ray Kinsella <m...@ashroe.eu> wrote: >> >> Travis ABI check warnings, can be safely ignored in this case, I think. >> >> https://travis-ci.com/github/ovsrobot/dpdk/builds/161009923 > > How about comparing to 19.11 ABI then?
Theory is we should always be checking against v19.11 abi. So this _should_ be v19.11 ... I will change in v2 and see what it throws up. > > --- a/.travis.yml > +++ b/.travis.yml > @@ -36,7 +36,7 @@ script: ./.ci/${TRAVIS_OS_NAME}-build.sh > > env: > global: > - - REF_GIT_TAG=v20.02 > + - REF_GIT_TAG=v19.11 > > jobs: > include: > >