prefix-dev / rip

Solve and install Python packages quickly with rip (pip in Rust)
https://prefix.dev
BSD 3-Clause "New" or "Revised" License
645 stars 21 forks source link

Include option to save failed build environments #157

Closed tdejager closed 7 months ago

tdejager commented 8 months ago

Allows the user to specify that failed wheel or metadata builds will saved to a temporary location. So that these can be debugged later on.

Fixes #153