-
Notifications
You must be signed in to change notification settings - Fork 19
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
get_libname.py logic #271
Comments
What exactly do you mean by that?
Yeah I guess something like this should be easy and extensible if required
|
|
I see. I wasn't sure about the "all other CI jobs", but it was only the tribool CI jobs, so expected. Added a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is just an idea. Boost Tribool has an unusual meta/libraries.json that can break CI
https://github.com/boostorg/logic/blob/develop/meta/libraries.json
Solution:
Modify
get_libname.py
to deal with this exception. Add a custom case inget_libname.py
.That would 'fix' the lcov report.
And remove the need to customize SELF in all other CI jobs, which is happening currently for tribool.
The text was updated successfully, but these errors were encountered: