-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[armel] Broken build #56623
Comments
Tagging subscribers to this area: @dotnet/runtime-infrastructure Issue DetailsBuild on main branch is broken for
|
@am11 do you think this is related to one of your recent RID changes? |
Ah ok, this issue was opened a few hours before #55789 was merged, so maybe just give it another try with latest main. 😅 |
Tested with: $ docker run -e ROOTFS_DIR=/crossrootfs/armel -v$(pwd):/runtime \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-armel-tizen-20210719212651-8b02f56 \
/runtime/build.sh --portablebuild false --cross --clang9 --arch armel --runtimeConfiguration Release \
--librariesConfiguration Release --subset clr+libs.native /p:EnableSourceLink=false the restore has succeeded (and it's building coreclr code base). |
@ViktorHofer, regarding the upfront restore, the error @alpencolt encountered:
doesn't tell us the name of actual project (in this case, it's |
Looks #55789 fixes issue, now armel build is successful. |
Build on main branch is broken for
armel
arch, but works before.The text was updated successfully, but these errors were encountered: