ci: bump ABI reference version

When bumping DPDK version, we should have bumped the ABI reference too.

Fixes: 442155f70c ("version: 21.05-rc0")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
David Marchand 2021-04-15 21:43:02 +02:00
parent 7da138af1c
commit 0e83efa017
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
CC: ccache ${{ matrix.config.compiler }}
DEF_LIB: ${{ matrix.config.library }}
LIBABIGAIL_VERSION: libabigail-1.8
REF_GIT_TAG: v20.11
REF_GIT_TAG: v21.02
RUN_TESTS: ${{ contains(matrix.config.checks, 'tests') }}
strategy:

View File

@ -41,7 +41,7 @@ script: ./.ci/${TRAVIS_OS_NAME}-build.sh
env:
global:
- LIBABIGAIL_VERSION=libabigail-1.8
- REF_GIT_TAG=v20.11
- REF_GIT_TAG=v21.02
jobs:
include: