ABI: add no-corpus-path flag + Update ABI files with generated in CI worker #12388
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
Description
ABI was generated on latest master via CI https://github.com/gmelikov/zfs/actions/runs/1042626752
Additional notes:
After #12379 we can generate ABI description files with smaller diffs.
Unfortunately, further optimizations may be brought only with fresh libabigail, which is not in our CI and stable OS distros yet. For example, I 've found
--no-comp-dir-path
was only introduced since 1.7, which is pretty new https://pkgs.org/download/abigail-tools . Good example of latest abigail usage: https://android.googlesource.com/kernel/build/+/c494508%5E%21/Someone may prepare Docker image with needed abigail-tools, but it's not one-liner to get it work with CI and other machinery (it has to work on compiled binaries).
Let's wait a little, and ask everybody to commit .abi files from CI.
How Has This Been Tested?
CI will validate it.
Types of changes