-
Notifications
You must be signed in to change notification settings - Fork 60
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
BCV checks KLib ABIs under build
dirs
#261
Comments
build
dirsbuild
dirs
@Goooler, the current klib-abi-validation pipeline extracts an ABI for supported targets from a file stored within the source's api-dir and writes a resulting file into In your example, the first file is a file created by filtering out unsupported targets from an ABI file stored within project sources, and the second file is an ABI generated for the current revision:
So there's nothing wrong in both files being stored in build dir. The problem with the validation failing in CI seems to be caused by the |
Thanks! It works now. Is this related to #257? |
Not sure, it should be just kizitonwose/Calendar’s misconfiguration. While #257 is a bug on BCV side |
|
It's recommended to set |
Should we note this point in README? |
The failed tests from #262 (comment), they ref to the Line 1 in 18cd0df
|
Yes, it definitely won't harm. |
I'm facing same issue, and even adding
Failing Run: https://github.com/ShreyashKore/inspektor/actions/runs/11087059708/job/30805337163 |
Enable KLib ABI validation with the version
0.16.2
and dump KLib ABIs,apiCheck
works on my local device but CI:You can repro this issue at kizitonwose/Calendar#566.
The text was updated successfully, but these errors were encountered: