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:
parent
7da138af1c
commit
0e83efa017
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user