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

Arcade powered source build phase 1 and 2 #235

Merged
merged 1 commit into from Feb 18, 2021

Conversation

omajid
Copy link
Member

@omajid omajid commented Feb 9, 2021

This PR includes #234 and needs to be fixed up after that's merged.

This enables 'source-build', which makes it easier to build the entire shipping .NET SDK from source.

This is the first and second step of arcade-powered-source-build: https://github.com/dotnet/source-build/blob/master/Documentation/planning/arcade-powered-source-build/README.md

See dotnet/sourcelink#692 for a similar PR, that this is based on.

cc @tmat @dagood

<Project>

<PropertyGroup>
<GitHubRepositoryName>symreader</GitHubRepositoryName>
Copy link
Member

Choose a reason for hiding this comment

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

symreader [](start = 4, length = 54)

Can't this be inferred from git info?

Copy link
Member

Choose a reason for hiding this comment

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

Potentially, but it doesn't seem like something worth implementing right now. There are risks, and it would be easy to fix incrementally later on. I've filed dotnet/source-build#2029 with some more info and to track this.

Copy link
Member

@tmat tmat left a comment

Choose a reason for hiding this comment

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

:shipit:

@omajid
Copy link
Member Author

omajid commented Feb 9, 2021

I forgot to do a pass over patches when I opened this PR, but looking at it now, I see that both https://github.com/dotnet/source-build/blob/release/5.0/patches/symreader/0001-Add-initial-Arcade-SDK-switchover.patch and https://github.com/dotnet/source-build/blob/release/5.0/patches/symreader/0002-Fix-license-per-Arcade-SDK-expectations.patch have already been merged.

@omajid
Copy link
Member Author

omajid commented Feb 18, 2021

Hey, @tmat, what are the next steps here? Can #234 be merged? Are we waiting for something (like, a release freeze)?

@tmat
Copy link
Member

tmat commented Feb 18, 2021

@omajid Merged #234

@omajid omajid force-pushed the arcade-powered-source-build-1-and-2 branch from 9c92fa5 to 1f2fd62 Compare February 18, 2021 19:43
This enables 'source-build', which makes it easier to build the entire
shipping .NET SDK from source.

This is the first and second step of arcade-powered-source-build:
https://github.com/dotnet/source-build/blob/master/Documentation/planning/arcade-powered-source-build/README.md

See dotnet/sourcelink#692 for a similar PR, that this is based on.
@omajid omajid force-pushed the arcade-powered-source-build-1-and-2 branch from 1f2fd62 to 2047f21 Compare February 18, 2021 19:44
@omajid
Copy link
Member Author

omajid commented Feb 18, 2021

Thanks, @tmat! I have rebased this branch on top of master.

@tmat tmat merged commit ccdf5b5 into dotnet:master Feb 18, 2021
@omajid
Copy link
Member Author

omajid commented Feb 18, 2021

Thanks for merging this!

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.

None yet

3 participants