-
Notifications
You must be signed in to change notification settings - Fork 144
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
[CI] Add CI for instrumentation/boost_log #424
Conversation
Now getting a build break in the boost_log unit test.
@chusitoo Any idea ? |
Tentative work around for unit test break with nostd::unique_ptr
Unit test build broken, due to: GTest 1.12.0 is required, the runner uses Gtest 1.11.0-3 which is broken
|
@chusitoo @owent @lalitb @ThomsonTan @esigo Please review |
Guess I'm too late to reply but I'll add my two cents, anyways. I had been able to repro this following the exact setup steps from this PR's yaml but didn't have time to dig deeper. |
Thanks for investigating. I think this is due to #424 (comment) I changed the makefiles to require gtest 1.12, and it now works. |
LGTM! |
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.
Thanks.
Fixes #420
Fixed CMakeLists:
Relevant links: