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? --- 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: -- David Marchand