-
Notifications
You must be signed in to change notification settings - Fork 138
Doc: feature band source building #5373
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice write-up. There is a lot of good content here.
| - Include shared runtime and foundational components that all feature bands | ||
| depend on | ||
|
|
||
| ## Feature Band Characteristics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually this should reference SDK documentation the feature bands which isn't finalized yet.
- 1xx: Contains complete VMR - 2xx/3xx: Contains only tooling sources - runtime/core libraries excluded
- Change 'Latest' to 'current' in Build Requirements section for clarity - Remove redundant comment in 3xx servicing scenario - Addresses PR feedback about consistent terminology usage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice document!
Co-authored-by: Michael Simons <msimons@microsoft.com>
The diff makes this look more complicated than it is. All I did was swap the order so that bootstrap was positioned after servicing.
This document provides guidance for Linux distribution maintainers on source building .NET SDK feature band branches of the VMR. It covers bootstrapping and ongoing servicing workflows when building multiple SDK feature bands.
Fixes #5354