[PATCH] ci: remove outdated default reference tag for ABI
    Thomas Monjalon 
    thomas at monjalon.net
       
    Tue Feb  8 14:47:15 CET 2022
    
    
  
The variable REF_GIT_TAG is set in the CI configuration
like .travis.yml or .github/workflows/build.yml.
The default value is outdated and probably unused.
It is removed completely to avoid forgetting an update in future.
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 .ci/linux-build.sh | 1 -
 1 file changed, 1 deletion(-)
diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh
index c10c1a8ab5..25a7cae120 100755
--- a/.ci/linux-build.sh
+++ b/.ci/linux-build.sh
@@ -119,7 +119,6 @@ if [ "$ABI_CHECKS" = "true" ]; then
     export PATH=$(pwd)/libabigail/bin:$PATH
 
     REF_GIT_REPO=${REF_GIT_REPO:-https://dpdk.org/git/dpdk}
-    REF_GIT_TAG=${REF_GIT_TAG:-v19.11}
 
     if [ "$(cat reference/VERSION 2>/dev/null)" != "$REF_GIT_TAG" ]; then
         rm -rf reference
-- 
2.34.1
    
    
More information about the dev
mailing list