-
Notifications
You must be signed in to change notification settings - Fork 132
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
[VMR] [PoC] Do not pass DotNetBuildFromSource when building VMR PoCs #3704
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Related to #2974 |
I also found that we always pass Related properties that came up are |
Learned that |
…dFromSource is not true (#14217) This is required for the VMR build when DotNetBuildFromSource is not set: dotnet/source-build#3704
This is now implemented for the Windows VMR build. |
Related: #3965 |
Closing as completed. |
When building the VMR as Microsoft, we want to a produce a superset of outputs, and allow a superset of inputs from what would be produced out of the Linux build that our distro partners would use.
Right now the VMR build infra passes
DotNetBuildFromSource
. We need to add a way to not pass this switch. However, some places where this switch is used will be required for the VMR vertical build.For the VMR PoCs, we should not be passing this switch. The use of DotNetBuildFromSource will not give a full accounting of the PoCs. Instead, we should be passing another placeholder switch (e.g.
DotNetBuildVertical
), and using this in places where we need for the PoCs.The text was updated successfully, but these errors were encountered: