Closed
Description
.NET can't source-build on a distro it doesn't know (that is: not yet in the rid graph).
This is an impediment when building .NET on new versions of an existing distro, or when building it on a new distro.
The build should handle the unknown rid appropriately.
Package maintainers shouldn't have to become rid graph maintainers.
Tasks:
- runtime: support building an unknown rid (Pass TargetRid and SourceBuildNonPortable to the native scripts runtime#74504)
- runtime: make the built runtime know about the rid (Ensure shared framework consumes source-built RID graph runtime#53550)
- update source-build/installer
- add test
@dotnet/source-build-contrib
Metadata
Metadata
Assignees
Type
Projects
Status
Done