diff --git a/conda_smithy/data/conda-forge.json b/conda_smithy/data/conda-forge.json index 3dfba607e..27c705afb 100644 --- a/conda_smithy/data/conda-forge.json +++ b/conda_smithy/data/conda-forge.json @@ -796,6 +796,9 @@ "Nullable": { "const": null, "description": "Created to avoid issue with schema validation of null values in lists or dicts.", + "enum": [ + null + ], "title": "Nullable" }, "Platforms": { @@ -1712,7 +1715,8 @@ "conda-build", "conda-build+classic", "conda-build+conda-libmamba-solver", - "mambabuild" + "mambabuild", + "rattler-build" ], "type": "string" }, diff --git a/conda_smithy/data/conda-forge.yml b/conda_smithy/data/conda-forge.yml index e00e084f0..04937609e 100644 --- a/conda_smithy/data/conda-forge.yml +++ b/conda_smithy/data/conda-forge.yml @@ -11,19 +11,19 @@ azure: pool: vmImage: ubuntu-latest swapfile_size: 0GiB - timeoutInMinutes: 360 + timeout_in_minutes: 360 variables: {} settings_osx: pool: vmImage: macOS-12 swapfile_size: null - timeoutInMinutes: 360 + timeout_in_minutes: 360 variables: {} settings_win: pool: vmImage: windows-2022 swapfile_size: null - timeoutInMinutes: 360 + timeout_in_minutes: 360 variables: CONDA_BLD_PATH: D:\\bld\\ UPLOAD_TEMP: D:\\tmp