Closed timvisee closed 4 years ago
Just came across this Dockerfile, checking that out now: https://github.com/gpg-rs/gpgme/blob/master/docker/Dockerfile.static
Got it working by manually compiling gpgme dependencies, as shown in the static Dockerfile.
Sorry for not taking a better look first.
I'd like to use
gpgme
in a statically compiled binary with musl.Sadly, the following compiles but fails with a segfault at runtime when trying to obtain a
Context
.Is static compilation with musl supported at all? I couldn't really figure that out based on the README. How would I fix this issue?