Closed jerbob92 closed 1 year ago
I have just compiled a build with this and used it in a pure Alpine docker container together with a musl build of pdfium-cli, and it works!
Awesome work. Thanks!
@bblanchon would it be possible to trigger the release manually just this once so that a valid musl build is available?
Is it OK if I replace the asset in the latest release?
Is it OK if I replace the asset in the latest release?
Yeah that would also work!
I manually updated pdfium-linux-musl-x64.tgz
and pdfium-linux-musl-x86.tgz
, but I didn't touch the V8 builds.
Fixes #129
This change will produce a musl build that does not have any gcc/glibc symbol imports. The resulting .so file is quite big (15MB), and I'm not 100% if this is what we're supposed to do.
I have removed the
-D_LIBCPP_HAS_MUSL_LIBC
, because that only has effect whenuse_custom_libcxx
istrue
.