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 f2b5a28 commit 1e67926Copy full SHA for 1e67926
src/maintainer/conda_forge_yml.rst
@@ -81,8 +81,8 @@ mapping for Azure-specific configuration options. For example:
81
free_disk_space: False
82
# Option for creating a swap file on the default Azure Pipelines
83
# linux image before running the Docker container for building
84
- # for example, use 10G to create a 10G swap file
85
- make_swap: 0G
+ # for example, use 10GiB to create a 10G swap file
+ make_swap: 0GiB
86
# limit the amount of CI jobs running concurrently at a given time
87
# each OS will get its proportional share of the configured value
88
max_parallel: 25
0 commit comments