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
I'm statically compiling this with musl on Alpine into a scratch container and not faced any issues. Best to give it a go with your application as you may find another dependency you have may require such things.
On Wed, Nov 11, 2020, 13:24 Andrew Seymour ***@***.***> wrote:
I'm statically compiling this with musl on Alpine into a scratch container
and not faced any issues. Best to give it a go with your application as you
may find another dependency you have may require such things.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADRSMTQGTZVEFJL4IQLGTSPINZ5ANCNFSM4TIUYXKQ>
.
With v0.5.0, the arangors has two feature gate to enable rustls on reqwest, which does not require linking external dynamic lib. It should be able to compile into musl without much problem.
Does arangors require any linked Linux user-land components?
I'm looking for a way of creating single binaries that use arrangodb servers that can be instanced as a single file in a "from scratch" container.
In particular does it require any linked security components for SSL connections? or can it perform that with just the binary and a cert?
The text was updated successfully, but these errors were encountered: