-
Notifications
You must be signed in to change notification settings - Fork 5.3k
add IO.Ports packaging for linux-musl #92145
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
Conversation
|
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsPoC
|
|
Any idea on this @hoyosjs, @ericstj and @ViktorHofer ? This was attempt to fix #63187 as we are missing packages but it seems like it is not as easy as I thought. |
|
Tagging subscribers to this area: @dotnet/area-system-io-ports Issue DetailsPoC
|
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
|
@wfurt Can you pass a compiled Linux-musl-arm64 "libSystem. IO. Ports. Native. so"? thanks |
Please upload a compiled so |
|
I'm not sure if this is what you want but you can get everything produces by the PR build: find It would be great to get independent validation. |
|
@wfurt I previously posted to Linux_ Musl_ Arm64 will encounter the following error $ ldd libSystem.IO.Ports.Native.so But I found a new library file in your release directory and it has been perfectly fixed. I have successfully used this library in an openwrt system. Thank you libraries_bin_linux_musl_arm64_Release.zip\libraries_bin_linux_musl_arm64_Release\libraries_bin_linux_musl_arm64_Release.tar.gz\libraries_bin_linux_musl_arm64_Release.tar\bin\native\net9.0-linux-Release-arm64\libSystem.IO.Ports.Native.so $ ldd libSystem.IO.Ports.Native.so The problem has been fixed |
|
thanks for confirmation @liu10725. Once merged, it should be available from package feed. |
fixes #63187