Skip to content

Commit 428e278

Browse files
committed
add language about our recommendations
1 parent 1d35607 commit 428e278

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,11 @@ My feedstock is not building old CUDA versions anymore
11831183
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11841184

11851185
With the `addition of CUDA 11.1 and 11.2 <https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/1162>`_,
1186-
the default build matrix for CUDA versions was trimmed down to versions 10.2, 11.0, 11.1, 11.2. If you want to
1187-
re-add support for 9.2, 10.0 and 10.1, you need to follow these steps below:
1186+
the default build matrix for CUDA versions was trimmed down to versions 10.2, 11.0, 11.1, 11.2.
1187+
1188+
If you really need it, you can re-add support for 9.2, 10.0 and 10.1. However, this is not recommended.
1189+
Adding more CUDA versions to the build matrix will dramatically increase the number of jobs and will place a large
1190+
burden on our CI resources. Only proceed if there's a known use case for the extra packages.
11881191

11891192
1. Download this `migration file <https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/migrations/cuda92_100_101.yaml>`_.
11901193
2. In your feedstock fork, create a new branch and place the migration file under ``.ci_support/migrations``.

0 commit comments

Comments
 (0)