Skip to content

Commit

Permalink
Upgrade to libabigail 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
  • Loading branch information
xnox committed Nov 8, 2021
1 parent 559d329 commit 85b9565
Show file tree
Hide file tree
Showing 6 changed files with 4,895 additions and 5,460 deletions.
7 changes: 4 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ PHONY += checkabi storeabi

checklibabiversion:
libabiversion=`abidw -v | $(SED) 's/[^0-9]//g'`; \
if test $$libabiversion -lt "180"; then \
if test $$libabiversion -lt "200"; then \
/bin/echo -e "\n" \
"*** Please use libabigail 1.8.0 version or newer;\n" \
"*** otherwise results are not consistent!\n"; \
"*** Please use libabigail 2.0.0 version or newer;\n" \
"*** otherwise results are not consistent!\n" \
"(or see https://github.com/openzfs/libabigail-docker )\n"; \
exit 1; \
fi;

Expand Down
Loading

0 comments on commit 85b9565

Please sign in to comment.