uv
2c5cc621 - ci: Make Windows tests ~27% faster by putting temp folder in dev drive (#6680)

Commit
1 year ago
ci: Make Windows tests ~27% faster by putting temp folder in dev drive (#6680) ## Summary This PR makes `cargo test | windows` faster in CI. ### Before ![Windows tests take 5m44s](https://github.com/user-attachments/assets/8dd9c619-9b7b-4ebd-a027-56e7967b6d34) ### After ![Windows tests take 5m12s](https://github.com/user-attachments/assets/7702fdba-3034-4db8-b211-85207a1feffa) ## Also This PR disables the `brotli` feature of `async-compression` since it's not strictly needed, but this has little to do with the improvements (it's still less code to build). This PR introduces additional code in uv tool uninstall to ignore errors (that only seem to happen on ReFS, ie. on Dev Drives) akin to "the thing we're trying to delete cannot be deleted because it's already being deleted". If `raw_os_error` was stable we could do u32 matching instead of that `.to_string().contains()` abomination.
Parents
Loading