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

Add a note about conda-forge/staged-recipes#6167 #821

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/maintainer/adding_pkgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,18 @@ If you would like to add more than one related packages, they can be added to
staged-recipes in a single pull request (in separate directories). If the
packages are interdependent (i.e. one package being added lists one or more of
the other packages being added as a requirement), the build script will be able to
locate the dependencies that are only present within staged-recipes as long as
locate the dependencies that are only present within `staged-recipes` as long as
the builds finish in the dependencies order. Using a single pull request
allows you to quickly get packages set up without waiting for each package in a
dependency chain to be reviewed, built, and added to the `conda-forge` channel
before starting the process over with the next recipe in the chain.

:::warning
Due to a [bug](https://github.com/conda-forge/staged-recipes/issues/6167) in the script that builds
the packages on staged-recipes pull-requests, some complex multi-package pull requests will fail.
If this happens, it is recommended to split the single pull request into multiple ones.
:::

:::note

When PRs with multiple interdependent recipes are merged,
Expand Down