Skip to content

Conversation

@vicentebolea
Copy link
Member

This PR updates the adios2-feedstock to use the new rattler-build v1
recipe format as introduced by CEP 13.

@conda-forge-admin
Copy link
Contributor

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-admin
Copy link
Contributor

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/recipe.yaml) and found it was in an excellent condition.

@conda-forge-admin
Copy link
Contributor

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

I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your meta.yaml, though. To get a traceback to help figure out what's going on, install conda-smithy and run conda smithy recipe-lint --conda-forge . from the recipe directory. You can also examine the workflow logs for more detail.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/19251666613. Examine the logs at this URL for more detail.

@conda-forge-admin
Copy link
Contributor

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/recipe.yaml) and found it was in an excellent condition.

@vicentebolea vicentebolea force-pushed the migrate-to-rattle branch 3 times, most recently from 7183d5f to e3d243c Compare November 12, 2025 23:56
@conda-forge-admin
Copy link
Contributor

conda-forge-admin commented Nov 12, 2025

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

I wanted to let you know that I linted all conda-recipes in your PR (recipe/recipe.yaml) and found some lint.

Here's what I've got...

For recipe/recipe.yaml:

  • ❌ The top level meta key cache is unexpected

  • ❌ In conda-forge.yml: $.linter = {'skip': ['unknown_meta_key', 'unknown_azure_setting', 'unknown_docker_setting']}.

    {'skip': ['unknown_meta_key', 'unknown_azure_setting', 'unknown_docker_setting']} is not valid under any of the given schemas

    Schema
    {
      "anyOf": [
        {
          "$ref": "#/$defs/LinterConfig"
        },
        {
          "type": "null"
        }
      ]
    }
  • ❌ In conda-forge.yml: $.docker = {'run_args': '-e EXTRA_CB_OPTIONS'}.

    {'run_args': '-e EXTRA_CB_OPTIONS'} is not valid under any of the given schemas

    Schema
    {
      "anyOf": [
        {
          "$ref": "#/$defs/CondaForgeDocker"
        },
        {
          "type": "null"
        }
      ]
    }
  • ❌ In conda-forge.yml: $.azure = {'settings_linux': {'variables': {'EXTRA_CB_OPTIONS': '--experimental'}}, 'settings_win': {'variables': {'RATTLER_BUILD_EXPERIMENTAL': True}}, 'settings_osx': {'variables': {'RATTLER_BUILD_EXPERIMENTAL': True}}}.

    {'settings_linux': {'variables': {'EXTRA_CB_OPTIONS': '--experimental'}}, 'settings_win': {'variables': {'RATTLER_BUILD_EXPERIMENTAL': True}}, 'settings_osx': {'variables': {'RATTLER_BUILD_EXPERIMENTAL': True}}} is not valid under any of the given schemas

    Schema
    {
      "anyOf": [
        {
          "$ref": "#/$defs/AzureConfig"
        },
        {
          "type": "null"
        }
      ]
    }

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/20319395865. Examine the logs at this URL for more detail.

@vicentebolea vicentebolea force-pushed the migrate-to-rattle branch 7 times, most recently from 24b64fa to 15fefd3 Compare November 13, 2025 04:07
This PR updates the adios2-feedstock to use the new rattler-build v1
recipe format as introduced by CEP 13.
@vicentebolea vicentebolea force-pushed the migrate-to-rattle branch 2 times, most recently from 902ffec to 1a91ab0 Compare November 26, 2025 19:23
…5.12.17.10.14.15

Other tools:
- conda-build 25.11.1
- rattler-build 0.54.0
- rattler-build-conda-compat 1.4.10
@vicentebolea
Copy link
Member Author

Thanks @ax3l for the references this is truly useful. Are any of these project using multiple outputs and the experimental cache feature?

@ax3l
Copy link
Member

ax3l commented Jan 13, 2026

At least in my projects, I did not yet get to those features yet 😅

Do you have any refs? We can also check on Zulip with Wolf, sometimes he has a few cycles to help us rattle up :)

@vicentebolea
Copy link
Member Author

Thanks @ax3l here is the feature that we needed from experimental: https://rattler-build.prefix.dev/dev/multiple_output_cache/

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