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

Stop app host downloads for android #14266

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

marcpopMSFT
Copy link
Member

@marcpopMSFT marcpopMSFT commented Aug 5, 2022

Description

Maui apps by default have various android RIDs configured. In the RID graph, this ends up getting mapped onto linux and we end up searching for an apphost to download when building maui apps. However, these apps do not use apphosts so we should exclude android from the known app host lookup. We already exclude android elsewhere during the processing of known framework references and this is just extending that.

Customer Impact

Customers building Maui applications will download app hosts they don't need. This is particularly annoying for dogfooders when we are targeting prerelease servicing builds of the runtime as then they need an extra feed all for a set of packs they don't need.

Fix

Add ExcludedRuntimeIdentifiers="android" to the known app host reference in the generate bundled targets file.

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Verification

  • Manual (required)
  • Automated

@leecow leecow added this to the 6.0.400 milestone Aug 9, 2022
@marcpopMSFT marcpopMSFT merged commit b33d35c into release/6.0.4xx Aug 9, 2022
@marcpopMSFT marcpopMSFT deleted the marcpopMSFT-fixapphostdownload branch August 9, 2022 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants