mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-10 05:48:01 +00:00
Make cache errors non-fatal in Planner::build (#12281)
Same basic approach as #11105, including a cache version bump. Fixes #12274
This commit is contained in:
parent
faf16c1349
commit
ada1acb32f
5 changed files with 192 additions and 118 deletions
|
@ -1000,7 +1000,7 @@ impl CacheBucket {
|
|||
match self {
|
||||
// Note that when bumping this, you'll also need to bump it
|
||||
// in `crates/uv/tests/it/cache_prune.rs`.
|
||||
Self::SourceDistributions => "sdists-v8",
|
||||
Self::SourceDistributions => "sdists-v9",
|
||||
Self::FlatIndex => "flat-index-v2",
|
||||
Self::Git => "git-v0",
|
||||
Self::Interpreter => "interpreter-v4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue