Skip to content

Commit

Permalink
Upgrade to libabigail 2.0.0
Browse files Browse the repository at this point in the history
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Closes openzfs#12722
Closes openzfs#12739
  • Loading branch information
xnox authored and tonyhutter committed Nov 5, 2021
1 parent 1fca958 commit 5bf81fe
Show file tree
Hide file tree
Showing 6 changed files with 6,529 additions and 8,191 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 5bf81fe

Please sign in to comment.