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

Disable targeting pack build during source-build: avoid incomplete platform manifest #32982

Closed
dagood opened this issue Feb 28, 2020 · 1 comment · Fixed by #40870
Closed

Comments

@dagood
Copy link
Member

dagood commented Feb 28, 2020

See #1622 for the reason why the targeting pack is incomplete, and a plan to make it complete.

If that's not addressed by 5.0, we should disable targeting pack generation during source-build. This allows source-build to decompile the targeting pack (as usual) and use it as the 5.0.0 targeting pack. If we don't disable it, we risk having dotnet/runtime building an incomplete 5.0.0 targeting pack that ends up in the source-built .NET Core SDK.

The overall effort to create targeting packs "properly" in the dotnet/runtime repo is tracked by dotnet/source-build#1523.

@NikolaMilosavljevic
Copy link
Member

There's a patch in source-build that could be incorporated in runtime repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants