-
Notifications
You must be signed in to change notification settings - Fork 438
Eliminate 7.0 source-build prebuilts #14167
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
Eliminate 7.0 source-build prebuilts #14167
Conversation
99bfb38 to
3511f9b
Compare
77420c2 to
b92fb46
Compare
|
The tarball should build without any 6.0 prebuilts now. Don't merge currently, as I pulled in vstest changes proactively before the PR gets merged. The vstest change doesn't work as a patch, I think because of deleted/moved files. |
|
/azp run |
|
Pull request contains merge conflicts. |
c9384cf to
106bec4
Compare
| <RepositoryReference Include="diagnostics" /> | ||
| <RepositoryReference Include="llvm-project" /> | ||
| <RepositoryReference Include="razor-compiler" /> | ||
| <RepositoryReference Include="xliff-tasks" /> |
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.
Consider making a separate PR to check in these changes since ideally this PR would be abandoned because all the patches would get backported.
…into 7.0-zero-prebuilts
|
I just merged in the PR into installer that brought in a newer xliff-tasks version to eliminate it's prebuilts. I proactively merged those changes into this PR and removed the patch for it. There were two other patches backported as well that got picked up. |
18cdc43 to
dd63a1e
Compare
|
I can't "approve" this via the GH control because I am the author. It does LGTM. |
Draft PR to test the tarball build with the latest product changes to remove prebuilts prior to them flowing in.