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

Trim away netframework targets in source-build #6534

Merged
merged 1 commit into from Mar 15, 2023

Conversation

NikolaMilosavljevic
Copy link
Member

Bug

Fixes: #6144

Regression? No

Description

This is part of the source-build work to enable trimming of net4* targets. Parent repos (installer and sdk) have been updated, so the next step is to update dependencies, like roslyn-analyzers.

Here's how this is consumed: dotnet/arcade#12785

Top-level tracking issue: dotnet/source-build#3014

This essentially just avoids building net4* TFMs when building Linux source build.

Tests

Infrastructure change specific for source-build.

Tested in full local source-build.

@NikolaMilosavljevic NikolaMilosavljevic requested a review from a team as a code owner March 14, 2023 21:12
@NikolaMilosavljevic
Copy link
Member Author

@mmitche

@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Merging #6534 (4ad11f3) into main (cc75004) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6534      +/-   ##
==========================================
- Coverage   96.42%   96.42%   -0.01%     
==========================================
  Files        1372     1372              
  Lines      319881   319881              
  Branches    10271    10271              
==========================================
- Hits       308442   308439       -3     
+ Misses       8985     8984       -1     
- Partials     2454     2458       +4     

@mmitche mmitche merged commit 89c1a9d into dotnet:main Mar 15, 2023
@github-actions github-actions bot added this to the vNext milestone Mar 15, 2023
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.

TFM trimming, and elimination of net4* targeting in Linux source-build
2 participants