spksrc icon indicating copy to clipboard operation
spksrc copied to clipboard

Dotnet runtime: remove unsupported archs

Open hgy59 opened this issue 3 years ago • 5 comments

Description

Remove unsupported archs from ARMv7 archs. This needs a small update in the INFO file creation.

Follow up of #5300

Checklist

  • [x] Build rule all-supported completed successfully
  • [x] New installation of package completed successfully
  • [x] Package upgrade completed successfully (Manually install the package again)
  • [ ] Package functionality was tested
  • [ ] Any needed documentation is updated/created

Type of change

  • [x] Bug fix
  • [ ] New Package
  • [ ] Package update
  • [x] Includes small framework changes
  • [ ] This change requires a documentation update (e.g. Wiki)

hgy59 avatar Jun 05 '22 23:06 hgy59

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.

hgy59 avatar Jun 05 '22 23:06 hgy59

Considering #5283 armadaxp might be supported.

hgy59 avatar Jun 06 '22 00:06 hgy59

Good find @ta264 please let us know how your build goes. looking forward to the results

@hgy59 Looks good to me.

publicarray avatar Jun 06 '22 12:06 publicarray

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)

publicarray avatar Aug 05 '22 23:08 publicarray

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 😢

publicarray avatar Aug 05 '22 23:08 publicarray