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

feat: support building multiple recipes #720

Merged
merged 1 commit into from Mar 22, 2024

Conversation

orhun
Copy link
Contributor

@orhun orhun commented Mar 21, 2024

This PR adds support for building multiple recipes.

  1. You can provide --recipe argument multiple times.
$ rattler-build build -r examples/linking -r examples/mamba

This will build the packages in the given order.

  1. You can build all the recipes in a directory with using --recipe-dir argument.
$ git clone https://github.com/wolfv/rust-forge

$ rattler-build build --recipe-dir rust-forge/
  1. TUI is also supported:

rec_20240321T160107

@wolfv
Copy link
Member

wolfv commented Mar 22, 2024

Will follow up with a PR for correct sorting.

@wolfv wolfv merged commit dfa3a90 into prefix-dev:main Mar 22, 2024
16 checks 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.

None yet

2 participants