conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
147 stars 177 forks source link

Pydantic Schema for conda-forge.yml removed top-level platform keys #1863

Closed ytausch closed 5 months ago

ytausch commented 5 months ago

Comment:

1756 did not include the following top-level keys that were mentioned in the old docs: linux, linux_aarch64, linux_ppc64le, osx, win.

Is that intended?

isuruf commented 5 months ago

Yes, those were not supposed to be documented and were internal variables only.

ytausch commented 5 months ago

I was asking because the model rejects additional fields, making the validation of feedstocks using those (around 10) fail. So the fields should be removed from feedstocks then?

isuruf commented 5 months ago

So the fields should be removed from feedstocks then?

Yes