Skip to content
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
Open
@natemcmaster

Description

@natemcmaster

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions