Building aspnetcore from source for ARMv6 #50398
Unanswered
michaldobrodenka
asked this question in
Q&A
Replies: 1 comment
-
In the end I've mangaged to build it, editing But there's probably a better way :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm building dotnet+asp.net from source for armv6 arch, I did it 2-3 times in the past (+- from dotnet/runtime#7764 (comment)), I wanted to refresh my docker build image with dotnet 7.0.10. I did build dotnet, then I wanted to build asp, but ended up with:
/root/asp3/aspnetcore/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj(523,5): error : Download from all targets failed. List of attempted targets: https://dotnetcli.azureedge.net/dotnet/Runtime/7.0.10-servicing.23363.12/dotnet-runtime-7.0.10-linux-armv6.tar.gz, https://dotnetbuilds.azureedge.net/public/Runtime/7.0.10-servicing.23363.12/dotnet-runtime-7.0.10-linux-armv6.tar.gz
before I did it by specifying path to newly build dotnet by argument
/p:DotNetAssetRootUrl=file:///root/2/runtime/artifacts/packages/Release/Shipping/
but it seems it's no longer supported.How do I set path to dotnet runtime? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions