Skip to content

ABI: add no-corpus-path flag + Update ABI files with generated in CI worker #12388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/Abigail.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ checkabi:
storeabi:
cd .libs ; \
for lib in $(lib_LTLIBRARIES) ; do \
abidw --no-show-locs $${lib%.la}.so > ../$${lib%.la}.abi ; \
abidw --no-show-locs \
--no-corpus-path \
$${lib%.la}.so > ../$${lib%.la}.abi ; \
done
4,771 changes: 2,163 additions & 2,608 deletions lib/libnvpair/libnvpair.abi

Large diffs are not rendered by default.

3,273 changes: 1,456 additions & 1,817 deletions lib/libuutil/libuutil.abi

Large diffs are not rendered by default.

9,972 changes: 3,810 additions & 6,162 deletions lib/libzfs/libzfs.abi

Large diffs are not rendered by default.

5,561 changes: 2,362 additions & 3,199 deletions lib/libzfs_core/libzfs_core.abi

Large diffs are not rendered by default.

409 changes: 279 additions & 130 deletions lib/libzfsbootenv/libzfsbootenv.abi

Large diffs are not rendered by default.