-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dotnet runtime: remove unsupported archs #5301
Dotnet runtime: remove unsupported archs #5301
Conversation
This update allows to remove unsupported from generic archs in the package INFO file. @publicarray this is probably useful for jellyfin package, since all dotnet dependent packages do not support all ARMv7 archs. |
Considering #5283 armadaxp might be supported. |
- update dotnet-runtime - use DOTNET_UNSUPPORTED_ARCHS to exclude unsupported archs from packages
bdf1422
to
5e92038
Compare
Since .net 6.0 raised the required system libs versions, you can basically drop all of DSM 6 support and comcerto, unfortunately. AFAIK, only DSM7.0 and above contains the libraries necessary. (@ta264 https://discord.com/channels/732558169863225384/905064261984845836/1004134443755241582) |
Thanks @hgy59, for compiling the unsupported arches, unfortunately I think this information is only valid for .NET 5.x. In.NET 6.x support is worse 😢 |
Description
Remove unsupported archs from ARMv7 archs.
This needs a small update in the INFO file creation.
Follow up of #5300
Checklist
all-supported
completed successfullyType of change