-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
Any comment on this ? Is this intended to be experimental ? New direction ? |
@sdmaclea, trivia: it started at dotnet/core#1331, moved to https://github.com/dotnet/core-setup/issues/3817, assembly names discussion https://github.com/dotnet/corefx/issues/28554, RIDs updated with In short:
In future, we can add dietlibc, uclibc, bionic-libc etc. to give some room for non-gnu-ism, other POSIX candidates: busybox, toybox etc. |
@kasper3 - that is a pretty good summary of the activity. However, one piece was incorrect:
Actually, |
Note - the over-arching idea here is to not produce "alpine" branded packages/tarballs. Instead these binaries and packages are intended to work across any musl based Linux. So we are in the process of renaming "alpine" in the packages to "linux-musl". The steps are:
This way nothing breaks during the rename process. |
While building CoreCLR, should we expect output directory to be |
@kasper3 what command are you building with? Also it looks like you are trying to build linux-musl for arm which currently we are only building it for x64. |
@weshaggard, I noticed when working on #17730. Using build steps from https://github.com/dotnet/coreclr/issues/17468#issuecomment-382831060 on |
I'd expect it to be |
I am looking for a dotnet runtime compliled to run on arm32 bin with musl. |
cc @eerhardt @janvorli
fyi @RussKeldorph