lordgamez commented on PR #1793: URL: https://github.com/apache/nifi-minifi-cpp/pull/1793#issuecomment-2301411483
Hi @james94, I checked the build with Conan locally and it works fine for me. The only tests that are failing are the `ControllerTests` and the `LoggerTests`. The `ControllerTests` are failing because of the disabled LibArchive extension so that is understandable. The `LoggerTests` are failing with an `fmt` formatter test where the expected log formatting is `1m equals to 60s`, but we get `1min equals to 60s`. Could it be due to different versions used in our built `fmt` lib version and the `fmt` version pulled by Conan? Could you please check that out? I really appreciate the step by step instructions for building the project using Conan, it would be great to have it as part of the documentation as well. Could you please add it to the documentation in README.md or maybe in a separate markdown file and a link to that in the README.md? Thanks for all your effort! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
