-
Notifications
You must be signed in to change notification settings - Fork 249
Closed
Description
Is there any interest in shipping a libsnappyjava.so for musl so it can be used on Alpine, etc? The dockerfile needed to build is trivial:
FROM alpine:3.10
RUN apk add make g++ perl bash
WORKDIR /work
That, plus a little makefile prodding, is enough to end up with a Linux/x86_64-musl/libsnappy.so.
However, there are multiple ways of approaching how to select this .so in the jar at runtime. Perhaps the most straightforward would be to add an override system property that chooses the path in the jar specifically, ignoring OS detection. Thoughts?
Metadata
Metadata
Assignees
Labels
No labels