Skip to content

Commit 1d35607

Browse files
committed
Update instructions now that paused migrators are available
1 parent 865fa69 commit 1d35607

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,15 +1186,9 @@ With the `addition of CUDA 11.1 and 11.2 <https://github.com/conda-forge/conda-f
11861186
the default build matrix for CUDA versions was trimmed down to versions 10.2, 11.0, 11.1, 11.2. If you want to
11871187
re-add support for 9.2, 10.0 and 10.1, you need to follow these steps below:
11881188

1189-
1. Rename the file ``.ci_support/migrations/cuda111_112.yaml`` to ``.ci_support/migrations/cuda111_112.disabled``.
1190-
2. Add the contents of `this file <https://github.com/conda-forge/nvcc-feedstock/blob/master/recipe/conda_build_config.yaml>`_
1191-
to your ``recipe/conda_build_config.yaml``. Create it if it didn't exist yet.
1192-
3. Re-render the feedstock.
1193-
1194-
Note that by following this procedure you are opting out of the migration process for CUDA builds and you will have to
1195-
update the contents of ``conda_build_config.yaml`` by hand. If you experience re-rendering errors, check that the contents
1196-
of this file match the one present in the `nvcc-feedstock <https://github.com/conda-forge/nvcc-feedstock>`_. When in doubt,
1197-
remove ``conda_build_config.yaml``, rename back the migrator file (step 1) and re-render.
1189+
1. Download this `migration file <https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/migrations/cuda92_100_101.yaml>`_.
1190+
2. In your feedstock fork, create a new branch and place the migration file under ``.ci_support/migrations``.
1191+
3. Open a PR and re-render. CUDA 9.2, 10.0 and 10.1 will appear in the CI checks now. Merge when ready!
11981192

11991193

12001194
Adding support for a new CUDA version

0 commit comments

Comments
 (0)