Proposal: pack all native libraries into a package #3179
Yury-Fridlyand
started this conversation in
Ideas
Replies: 1 comment
-
+1 For what it's worth (I haven't been able to dig deep enough yet) platform detection at runtime is required anyway if you need a single jar which can deploy to multiple architectures. I've run into issues discussed in Slack where I worked around the lack of a 'universal' jar by depending on all of them, but glide gets confused while trying to load the correct netty native libraries. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal: pack all native libraries into a package. On first access to the library, a proper native library for the current OS/platform.
Procs:
Cons:
Beta Was this translation helpful? Give feedback.
All reactions