exceptionfactory commented on PR #8969:
URL: https://github.com/apache/nifi/pull/8969#issuecomment-2173378658

   > @exceptionfactory I was thinking we need to avoid having what gets 
included be a function of the build selector. We dont do a different build per 
runtime environment so that seems tough as-is. Was thinking perhaps a 
controller service based model would be an option but I didnt really check 
meaningfully as was on the phone,.
   
   @joewitt The `classifier` property on the dependency selects the file to 
include. The current version of the pull request includes support for Linux and 
macOS on x86_64 and aarch64, which should cover the most common use cases. This 
doesn't make the build specific to the runtime, but instead makes the native 
dependencies available to those runtime platforms. If the runtime OS and 
architecture match one of those supported libraries, that support should be 
enabled automatically according to this initial implementation.


-- 
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]

Reply via email to