mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
Ban --no-cache
with --link-mode=symlink
(#5519)
## Summary Closes https://github.com/astral-sh/uv/issues/5360.
This commit is contained in:
parent
4b4128446d
commit
b0c841ee3b
6 changed files with 76 additions and 7 deletions
|
@ -288,6 +288,7 @@ impl<'a> BuildContext for BuildDispatch<'a> {
|
|||
);
|
||||
wheels = Installer::new(venv)
|
||||
.with_link_mode(self.link_mode)
|
||||
.with_cache(self.cache)
|
||||
.install(wheels)
|
||||
.await
|
||||
.context("Failed to install build dependencies")?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue