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

Allow migrating compilers using include_build #2995

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Sep 4, 2024

Description:

Checklist:

  • Pydantic model updated or no update needed

Cross-refs, links to issues, etc:

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 76.11%. Comparing base (d46a9be) to head (1ced9e4).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
conda_forge_tick/migrators/migration_yaml.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2995      +/-   ##
==========================================
- Coverage   76.12%   76.11%   -0.02%     
==========================================
  Files         115      115              
  Lines       12261    12263       +2     
==========================================
  Hits         9334     9334              
- Misses       2927     2929       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@isuruf isuruf merged commit 065d353 into regro:main Sep 4, 2024
7 of 8 checks passed
@isuruf
Copy link
Member Author

isuruf commented Sep 4, 2024

Thanks for the review

@@ -677,7 +678,10 @@ def create_rebuild_graph(
requirements = attrs.get("requirements", {})
host = requirements.get("host", set())
build = requirements.get("build", set())
bh = host or build
if include_build:
bh = host | build
Copy link
Contributor

Choose a reason for hiding this comment

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

I think build_host_requirements or similar is a more descriptive variable name than bh.

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.

3 participants