-
Notifications
You must be signed in to change notification settings - Fork 69
Produce a linux-arm64 build of the shared framework #1117
Comments
cc @DamianEdwards @Petermarcu - we added initial arm32 support in 2.1. What's the timeframe for arm64? |
Nothing official as far as support but we do want to enable the community by having builds available. For ASP.NET, I would imaging this is just a packaging fix? The same bits that run on arm32 should work on arm64 right? |
Mostly yes*, as long as we don't start crossgen-ing the arm32 bits (#1061). * Exceptions - libuv and sqlite. |
Cavium Thunder X2 and Qualcomm Centriq only support aarch64, so aarch32/armv7 bits will not work. The 2.1 linux-arm64 sdk is also missing, libe_sqlite3.so & libuv.so A year ago the arm64 native libuv.so was included in the linux-x64 dotnet sdk (1.1). |
Clarification DOTNET_SDK_VERSION 2.1.300-rc1-008662 |
Issue dotnet/cli#9156 |
After building
Also
|
The arm64 ones are reporting
So they look like they will work on linux-arm64 |
@sdmaclea, could you get libuv.so from distro packages, this is what happens in alpine https://github.com/dotnet/dotnet-docker/blob/02ae576/2.1/aspnetcore-runtime/alpine3.7/amd64/Dockerfile#L5-L6. |
libuv1 is available on stretch and bionic. So that is feasible. However there is no aspnetcore-runtime-$ASPNETCORE_VERSION-linux-arm64.tar.gz yet. |
I think this kind of work is required to light up the aarch64 support: https://github.com/aspnet/Universe/pull/1037/files. |
#1037 agreed I cannot write PRs for https://github.com/aspnet. So someone else will have to do this piece. |
Resolved with #1399. Thanks @Petermarcu! |
The aspnetcore arm 32 build is working albeit with some issues, but where is the arm64 build.
The dotnet cli and core-setup already has the build for Linux arm64.
Could you please add a build for this so that we could try and give feedback.
The text was updated successfully, but these errors were encountered: