You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/conda_forge_yml.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Top-level fields
36
36
* linux
37
37
* linux_aarch64
38
38
* linux_ppc64le
39
+
* os_version
39
40
* osx
40
41
* provider
41
42
* recipe_dir
@@ -248,6 +249,16 @@ Currently only:
248
249
linux_ppc64le:
249
250
enabled: False
250
251
252
+
os_version
253
+
----------
254
+
This key is used to set the OS versions for ``linux_*`` platforms. Valid entries map a linux platform and arch to either ``cos6``
255
+
or ``cos7``. Currently ``cos6`` is the default for ``linux-64``. All other linux architectures use CentOS 7. Here is an example that enables CentOS 7 on ``linux-64`` builds
256
+
257
+
.. code-block:: yaml
258
+
259
+
os_version:
260
+
linux_64: cos7
261
+
251
262
osx
252
263
---
253
264
The macOSX-specific configuration options. This is largely an internal setting.
0 commit comments