We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd8e5a commit bc3cf2dCopy full SHA for bc3cf2d
src/maintainer/conda_forge_yml.rst
@@ -36,6 +36,7 @@ Top-level fields
36
* linux
37
* linux_aarch64
38
* linux_ppc64le
39
+* os_version
40
* osx
41
* provider
42
* recipe_dir
@@ -248,6 +249,16 @@ Currently only:
248
249
linux_ppc64le:
250
enabled: False
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. 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
262
osx
263
---
264
The macOSX-specific configuration options. This is largely an internal setting.
0 commit comments