This repository was archived by the owner on Nov 23, 2019. It is now read-only.
This repository was archived by the owner on Nov 23, 2019. It is now read-only.
Support Alpine linux #23
Open
Description
Requires compiling for musl, not glibc.
Workaround
Users can remove libuv from their app and rely on the system's installed version of libuv instead.
<ItemGroup>
<PackageReference Include="Libuv" Version="1.10.0" ExcludeAssets="Native" />
</ItemGroup>
Then, install libuv on host machines.
apk add libuv
ln -s /usr/lib/libuv.so.1 /usr/lib/libuv.so
Metadata
Metadata
Assignees
Labels
No labels