From cac16a9f02850109ac87e70481bc28d50c7b2469 Mon Sep 17 00:00:00 2001 From: "Billy K. Poon" Date: Mon, 24 Jul 2023 15:12:06 -0700 Subject: [PATCH] Add documentation for azure.free_disk_space - conda-forge/conda-smithy#1747 --- src/maintainer/conda_forge_yml.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/maintainer/conda_forge_yml.rst b/src/maintainer/conda_forge_yml.rst index c3c3d95b63..3cedcfbc01 100644 --- a/src/maintainer/conda_forge_yml.rst +++ b/src/maintainer/conda_forge_yml.rst @@ -76,6 +76,9 @@ mapping for Azure-specific configuration options. For example: # toggle for storing the conda build_artifacts directory (including the # built packages) as an Azure pipeline artifact that can be downloaded store_build_artifacts: False + # toggle for freeing up some extra space on the default Azure Pipelines + # linux image before running the Docker container for building + free_disk_space: False .. _self-hosted_azure-config: