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
Able to build minifi w most default ENABLED options except 2 of them
After I added new MiNiFi options for MINIFI_LIBCURL_SOURCE, MINIFI_OPENSSL_SOURCE
and MINIFI_ZLIB_SOURCE all set to CONAN, I tried building MiNiFi with all the default
ENABLED options, but there were two I needed to switch to OFF. I had to switch
ENABLE_LIBARCHIVE and ENABLE_AWS to OFF because they failed to build.
I do want to note that on my much larger PR where I built majority of MiNiFi
using conan to install most of the external libs, I was able to build MiNiFi
with openssl, libcurl, zlib and libarchive with no issues. I was also able to keep
AWS enabled.
I can do a follow PR where I bring back ENABLE_LIBARCHIVE and ENABLE_AWS to where
we can set them to ON and be able to successfully build MiNiFi using conan
0 commit comments