-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Labels
area-native-bootstrappingAllowing new platforms/operating systems to use source-buildAllowing new platforms/operating systems to use source-build
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
omajid, RheaAyase and dagoodomajid, RheaAyase and dagood
Metadata
Metadata
Assignees
Labels
area-native-bootstrappingAllowing new platforms/operating systems to use source-buildAllowing new platforms/operating systems to use source-build
Type
Projects
Status
Done