Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Isuru Fernando <[email protected]>
Co-authored-by: Eric Dill <[email protected]>
  • Loading branch information
3 people committed Feb 28, 2024
1 parent 451f1c1 commit 99fc75c
Showing 1 changed file with 7 additions and 1 deletion.
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

0 comments on commit 99fc75c

Please sign in to comment.