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 MatchSpec in run_exports.from_package #1264

Open
wolfv opened this issue Dec 16, 2024 · 0 comments
Open

Allow MatchSpec in run_exports.from_package #1264

wolfv opened this issue Dec 16, 2024 · 0 comments

Comments

@wolfv
Copy link
Member

wolfv commented Dec 16, 2024

Currently we don't allow matchspecs in the run_exports.from_package list. We only allow literal PackageName.

Sometimes when templating it's easier to just use a matchspec, for example:

requirements:
  ignore_run_exports:
    from_package:
       - ${{ compiler('cxx') }}

To support this, we should consider to also allow MatchSpecs in this section.

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

No branches or pull requests

1 participant