Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Musl Support #82

Open
jborean93 opened this issue Nov 19, 2022 · 2 comments
Open

Musl Support #82

jborean93 opened this issue Nov 19, 2022 · 2 comments

Comments

@jborean93
Copy link

It would be great to see support for musl in the DevolutionsSspi nuget package, currently there is only Linux for x64 and arm64 but they are linked to glibc. There is support for a musl tag on the RID as per https://learn.microsoft.com/en-us/dotnet/core/rid-catalog#linux-rids.

image

Supporting musl will make it possible to use this on Linux distributions like Alpine which is commonly used in containers.

@awakecoding
Copy link
Contributor

I haven't set up cross-compilation in GitHub Actions for sspi-rs yet, but that's something I can add to the to-do list. Do you know which version of Alpine Linux is used for .NET? I'll create a compatible sysroot for cross-compilation from Ubuntu to Alpine

@jborean93
Copy link
Author

I'm not sure sorry. If it helps the dotnet SDK docker image https://hub.docker.com/_/microsoft-dotnet-sdk is based on Alpine 3.16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants