prefix-dev / rattler-build

rattler-build is a universal package builder for Windows, macOS and Linux
https://prefix-dev.github.io/rattler-build
BSD 3-Clause "New" or "Revised" License
185 stars 38 forks source link

chore: Use tempfile crate instead of implementing it ourselves #983

Closed Hofer-Julian closed 1 month ago

Hofer-Julian commented 1 month ago

I've noticed that rattler-build fails if you run it quickly twice with the same recipe, since the tempdir already exists. This PR fixes it.