conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 50 forks source link

feat: add rattler build support for upload #316

Closed nichmor closed 2 months ago

nichmor commented 2 months ago

Checklist

To add rattler-build in conda-smithy PR we need to also add support for it in upload phase. This PR address it.

https://github.com/conda-forge/rattler-build-conda-compat-feedstock/runs/23921634356 < --- upload with new recipe.yaml tested in CI run here

conda-forge-webservices[bot] commented 2 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

conda-forge-webservices[bot] commented 2 months ago

Hi! This is the friendly automated conda-forge-linting service.

I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict.

Please ping the 'conda-forge/core' team (using the @ notation in a comment) if you believe this is a bug.

conda-forge-webservices[bot] commented 2 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

xhochy commented 2 months ago

cc @0xbe7a

nichmor commented 2 months ago

Hey! @isuruf

I've applied your suggestion and now I'm passing & using feedstock_dir to verify presence of recipe.yaml.

Let me know wdyt

isuruf commented 2 months ago

Thanks