mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
sfx+oob split, shim project refactoring, P2Ps
Split the build of shared framework and out-of-band projects so that it's possible to just build the shard framework projects, which was requested by the CLR teams. In the next infrastructure rollout, the current "libs.ref+libs.src" subsets should be removed. Generate the targeting pack with an incomplete (without shims) frameworklist as part of the "libs.sfx" subset. Build the shim projects after the shared framework and oob projects and re-generate the targeting pack's frameworklist to include the shims. Refactor the shims so that they aren't grouped anymore by generated & manual. Instead group them by "ref" and "src" same as other libraries in the tree which allows to reference the source project shims and read from the ReferenceAssembly metadata. Use ProjectReferences in traversal projects and shim projects instead of named references that point to binplace directories (see graph below) This allows to build parts of the product dynamically, i.e. the shim projects, apicompat.proj, sfx.proj and oob.proj.
This commit is contained in:
parent
fbf95fde7c
commit
9ebe0efa48
113 changed files with 845 additions and 965 deletions
|
@ -6,10 +6,13 @@ In order to work in the dotnet/runtime repo you must first run build.cmd/sh from
|
|||
- Restore tools
|
||||
- Restore external dependencies
|
||||
- CoreCLR - Copy to `bin\runtime\$(BuildTargetFramework)-$(TargetOS)-$(Configuration)-$(TargetArchitecture)`
|
||||
- Build targeting pack
|
||||
- Build src\libraries\ref.proj which builds all references assembly projects. For reference assembly project information see [ref](#ref)
|
||||
- Build product
|
||||
- Build src\libraries\src.proj which builds all the source library projects. For source library project information see [src](#src).
|
||||
- Build shared framework projects
|
||||
- Build src\libraries\sfx.proj which builds all shared framework projects.
|
||||
- Build out of band projects
|
||||
- Build src\libraries\oob.proj which builds all the out-of-band (OOB) projects.
|
||||
|
||||
For reference assembly project information see [ref](#ref)
|
||||
For source library project information see [src](#src)
|
||||
|
||||
# Build Pivots
|
||||
Below is a list of all the various options we pivot the project builds on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue