Skip to content

Commit 99fc75c

Browse files
jaimergpisurufericdill
committed
Co-authored-by: Isuru Fernando <[email protected]> Co-authored-by: Eric Dill <[email protected]>
1 parent 451f1c1 commit 99fc75c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/maintainer/adding_pkgs.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,18 @@ If you would like to add more than one related packages, they can be added to
208208
staged-recipes in a single pull request (in separate directories). If the
209209
packages are interdependent (i.e. one package being added lists one or more of
210210
the other packages being added as a requirement), the build script will be able to
211-
locate the dependencies that are only present within staged-recipes as long as
211+
locate the dependencies that are only present within `staged-recipes` as long as
212212
the builds finish in the dependencies order. Using a single pull request
213213
allows you to quickly get packages set up without waiting for each package in a
214214
dependency chain to be reviewed, built, and added to the `conda-forge` channel
215215
before starting the process over with the next recipe in the chain.
216216

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

219225
When PRs with multiple interdependent recipes are merged,

0 commit comments

Comments
 (0)