mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
Invalidate cache when --config-settings
change (#7139)
## Summary If `--config-settings` are provided, we cache the built wheels under one more subdirectory. We _don't_ invalidate the actual source (i.e., trigger a re-download) or metadata, though -- those can be reused even when `--config-settings` change. Closes https://github.com/astral-sh/uv/issues/7028.
This commit is contained in:
parent
fdf2ff5a51
commit
a8bd0211e0
12 changed files with 148 additions and 9 deletions
|
@ -223,6 +223,7 @@ impl<'a> BuildContext for BuildDispatch<'a> {
|
|||
&BuildOptions::default(),
|
||||
self.hasher,
|
||||
self.index_locations,
|
||||
self.config_settings,
|
||||
self.cache(),
|
||||
venv,
|
||||
&markers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue