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 a33623f commit 184c979
Show file tree
Hide file tree
Showing 6 changed files with 14,025 additions and 9,054 deletions.
13 changes: 12 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,18 @@ shellcheck:
fi

PHONY += checkabi storeabi
checkabi: lib

checklibabiversion:
libabiversion=`abidw -v | $(SED) 's/[^0-9]//g'`; \
if test $$libabiversion -lt "200"; then \
/bin/echo -e "\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;

checkabi: checklibabiversion lib
$(MAKE) -C lib checkabi

storeabi: lib
Expand Down
Loading

0 comments on commit 184c979

Please sign in to comment.