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

Update recipe schema for new globs and files #34

Merged
merged 4 commits into from
Jul 9, 2024

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Jun 4, 2024

This adds the following:

build:
  files:
    # select files to include based on a glob expression
    - foo/*

It also extends the glob definition (in rattler-build that's the GlobVec type). You can use either a single glob, a list of globs (treated as include globs) or a map with include and exclude globs.

files: foo/*
# or 
files:
  - foo/*
# or 
files:
  include:
    - foo/*
  exclude:
    - *.txt

All three forms are valid in PR prefix-dev/rattler-build#819

Note: CEP has to be updated as well.

@baszalmstra baszalmstra merged commit ca219dc into prefix-dev:main Jul 9, 2024
1 check passed
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.

2 participants