Skip to content

Commit

Permalink
Merge pull request #1993 from wolfv/regenerate-schema
Browse files Browse the repository at this point in the history
fix: regenerate schema
  • Loading branch information
beckermr authored Jul 26, 2024
2 parents 2916933 + 67e046d commit 0bf152c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion conda_smithy/data/conda-forge.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -1712,7 +1715,8 @@
"conda-build",
"conda-build+classic",
"conda-build+conda-libmamba-solver",
"mambabuild"
"mambabuild",
"rattler-build"
],
"type": "string"
},
Expand Down
6 changes: 3 additions & 3 deletions conda_smithy/data/conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf152c

Please sign in to comment.