-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Improve detection of CMake library installation problems #10239
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
Improve detection of CMake library installation problems #10239
Conversation
f715ee8 to
d47ace1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but CI is unhappy
[Edit: Looks infra-related except for the API-ABI check, which is picking up the updated crypto submodule with a change to how PAKE struct types are used from #10200]
Fail the cmake package install demonstration in case of warnings when building the cmake_package_install executable. This would have caught the library installation issue reported in Mbed-TLS#10022. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
d47ace1 to
2fc0475
Compare
minosgalanakis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
davidhorstmann-arm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Description
When building cmake_package_install, fail in case of warnings with GNU GCC. This would have caught the issue reported in #10022.
PR checklist