You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebased on main, verified can build MiNiFi w conan & cmake
Followed Marton's suggested steps to remove my merge commit, then do an interactive rebase to only include
my commits and remove Gabor's commits to keep a clean PR-1793 for my MINIFICPP-2346-P1 branch. For building
MiNiFi using conan with conan's cmake wrapper, I disabled building TESTS and disabled expression language
since they were causing compile issues. I believe I resolved them in my follow up PR-1813, which will only
be ready for further review once my PR-1793 is ready for merge and merged. After disabling these two components
of the build, I was able to build MiNiFi successfully. I verified I could still build MiNiFi using standalone cmake
and also verified I could still build it with TESTS enabled and expression language enabled and the other necessary
features that needed to be enabled to build MiNIFi with TESTS enabled. For the MiNiFi standalone cmake build,
I disabled features that werent needed like extra extensions for building faster.
0 commit comments