Skip to content
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

Follow-up on enabling Windows VMR build #18239

Merged
merged 1 commit into from
Jan 16, 2024
Merged

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Jan 12, 2024

Follow-up on #18214

  • Collapsed(Intermediate)OutputPath -> Shared(Intermediate)OutputPath
  • Move Artifacts property next to others
  • Add comment to build.sh to enable building without building from source on Unix

- Collapsed(Intermediate)OutputPath -> Shared(Intermediate)OutputPath
- Move Artifacts property next to others
- Add comment to build.sh to enable building without building from source on Unix
@ViktorHofer ViktorHofer requested a review from a team as a code owner January 12, 2024 21:01
@@ -124,14 +124,13 @@

<!-- TODO: Remove when all repos use a consistent set of eng/common files: https://github.com/dotnet/source-build/issues/3710. -->
<Target Name="UpdateEngCommonFiles"
Condition="'$(RepositoryName)' != 'arcade' and ('$(UpdateEngCommonFiles)' == 'true' or '$(DotNetBuildVertical)' == 'true')"
Condition="'$(UpdateEngCommonFiles)' == 'true' or '$(DotNetBuildVertical)' == 'true'"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought this was going to be updated to use UseBootstrapArcade instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mmitche and I chatted offline and we realized that the VMR root's eng/common folder is identical with the one under src/arcade and src/installer. It's also the most up-to-date one which makes it the preferred origin for use in the vertical builds, until we come up with a better design (tracked via dotnet/source-build#3710).

The Copy task skips any files that are identical so this is a no-op for Arcade and Installer.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's also the most up-to-date one which makes it the preferred origin for use in the vertical builds

You really can't say that for the bootstrap repos given they use the n-1 arcade. I agree though that the contents will be identical therefore either implementation doesn't change the behavior. As you said, this will need dotnet/source-build#3710 to solve.

@ViktorHofer ViktorHofer merged commit b6e0746 into main Jan 16, 2024
16 checks passed
@ViktorHofer ViktorHofer deleted the EnableWindowsBuildFollowup branch January 16, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants