On Thursday, 8 March 2018 at 09:28:02 UTC, Andrew Benton wrote:
On Thursday, 8 March 2018 at 08:07:23 UTC, Joakim wrote:
[...]
I built out LDC on Alpine using the v1.8.0 LDC release. It's
available now through Docker Hub and Github.
Docker: https://hub.docker.com/r/andrewbenton/alpine-ldc/
Github: https://github.com/andrewbenton/alpine-ldc/
I get errors like below when trying to compile dub-registry:
[...]
OK you found an issue :). Indeed the file only covered Glibc so
that's why vibe.d didn't compile for Musl. I fixed the issue for
uClibc (1) and it works now (builds and runs).
Probably the fix for Musl is similar.
1. https://github.com/dlang/druntime/pull/2134