conda-forge / conda-smithy

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

Extend `azure.free_disk_space` to Windows as well #1966

Open jakirkham opened 1 week ago

jakirkham commented 1 week ago

In addition to Linux, enable azure.free_disk_space on Windows. This helps free up some space in cases where it is needed. Also it can fix build issues where a system Python is accidentally pulled into builds causing hard to diagnose issues.

Also switch Miniforge downloads to use PowerShell. This removes the reliance on the system Python for this step (making the aforementioned cleanup possibly). Additionally it slims the step down a bit and makes it a bit easier to parse.


Checklist

h-vetinari commented 1 day ago

👍

Xref #1949, which also contains a work-around.