[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! |
Fixes #420
Fixed CMakeLists:
Relevant links: