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 7957b19 commit 0301d53Copy full SHA for 0301d53
src/maintainer/conda_forge_yml.rst
@@ -79,9 +79,10 @@ mapping for Azure-specific configuration options. For example:
79
# toggle for freeing up some extra space on the default Azure Pipelines
80
# linux image before running the Docker container for building
81
free_disk_space: False
82
- # toggle for creating a 10G swap file on the default Azure Pipelines
+ # Option for creating a swap file on the default Azure Pipelines
83
84
- make_10G_swap: False
+ # for example, use 10G to create a 10G swap file
85
+ make_swap: 0
86
87
.. _self-hosted_azure-config:
88
0 commit comments