]> git.droids-corp.org - dpdk.git/commitdiff
ci: bump ABI reference version
authorDavid Marchand <david.marchand@redhat.com>
Thu, 15 Apr 2021 19:43:02 +0000 (21:43 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 16 Apr 2021 12:09:03 +0000 (14:09 +0200)
When bumping DPDK version, we should have bumped the ABI reference too.

Fixes: 442155f70c6b ("version: 21.05-rc0")
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
.github/workflows/build.yml
.travis.yml

index 9175ec43d3acac93650e111b5d7ac990543bbc83..d38feace69998cae6218314ec46d521bd66035f1 100644 (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:
index 7ed982ac07e0ddd0a593c6f8e41a3f9b91c9bd0a..898cffd998437fec45969fb36a5ab45a7dec3a87 100644 (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: