mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Avoid reusing interpreter metadata when running under Rosetta (#9846)
## Summary Closes https://github.com/astral-sh/uv/issues/9836.
This commit is contained in:
parent
c0f8e20a51
commit
a13e3f5f69
2 changed files with 5 additions and 2 deletions
|
@ -784,7 +784,7 @@ impl CacheBucket {
|
|||
Self::SourceDistributions => "sdists-v6",
|
||||
Self::FlatIndex => "flat-index-v2",
|
||||
Self::Git => "git-v0",
|
||||
Self::Interpreter => "interpreter-v3",
|
||||
Self::Interpreter => "interpreter-v4",
|
||||
// Note that when bumping this, you'll also need to bump it
|
||||
// in crates/uv/tests/cache_clean.rs.
|
||||
Self::Simple => "simple-v14",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue