Skip to content

Commit e93f5fd

Browse files
authored
knowledge_base: To use vs2019 it is not necessary anymore to change azure image
See conda-forge/conda-smithy#1552
1 parent a33d83c commit e93f5fd

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -210,25 +210,14 @@ In conda_build_config.yaml file:
210210

211211
.. code-block:: yaml
212212
213-
c_compiler:
214-
- vs2019
215-
cxx_compiler:
216-
- vs2019
213+
c_compiler: # [win]
214+
- vs2019 # [win]
215+
cxx_compiler: # [win]
216+
- vs2019 # [win]
217217

218218

219-
In conda-forge.yml file:
220-
221-
.. code-block:: yaml
222-
223-
azure:
224-
settings_win:
225-
pool:
226-
vmImage: windows-2019
227-
228-
229-
230-
For example see the changes made in the ``conda_build_config.yaml`` and ``conda-forge.yml`` files in `this
231-
<https://github.com/conda-forge/libignition-physics-feedstock/commit/c586d765a2f5fd0ecf6da43c53315c898c9bf6bd>`__ PR.
219+
For example see the changes made in the ``conda_build_config.yaml`` files in `this
220+
<https://github.com/conda-forge/libignition-msgs1-feedstock/pull/73/commits/81b5ee0e1d23f7f20427dd80d04cf1f7321b441d>`__ commit.
232221

233222
After making these changes don't forget to rerender with ``conda-smithy`` (to rerender manually use ``conda smithy rerender`` from the command line).
234223

0 commit comments

Comments
 (0)