aspnet / libuv-build

Libuv build automation for ASP.NET Core
Other
22 stars 18 forks source link

can you help me to build a Libuv.1.10.0.nupkg with mips64 arch? #40

Closed sunny868 closed 4 years ago

sunny868 commented 4 years ago

I known Libuv transport is no longer being worked on and is obsolete in 5.0, https://github.com/dotnet/aspnetcore/issues/25665 but useded in aspnetcore 3.1.

Now I have support build libuv.so mips64 arch, https://github.com/aspnet/libuv-build/pull/39 , but I build Libuv.nupkg failed https://github.com/aspnet/libuv-package ,the info is :

Errors in /libuv-package/src/Libuv/project.json Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Darwin (>= 1.10.0)' for '.NETStandard,Version=v1.0'. Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Windows (>= 1.10.0)' for '.NETStandard,Version=v1.0'. Unable to resolve 'Microsoft.AspNetCore.Internal.libuv-Linux (>= 1.10.0)' for '.NETStandard,Version=v1.0'. fail: Exit code 1 from dotnet

so,Can you help me to rebuild the Libuv.1.10.0.nupkg for mips64 arch with the PR https://github.com/aspnet/libuv-build/pull/39 ?

sunny868 commented 4 years ago

I have resolved this issue by detele it at src/Libuv/project.json and copy runtimes/ rebuild at libuv-build to src/Libuv/. Thanks.