mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-16 21:38:31 +00:00
Add dedicated cache method for creating build directories (#8910)
## Summary Based on feedback from https://github.com/astral-sh/uv/pull/8905/files#r1833531812.
This commit is contained in:
parent
88033610b5
commit
9cd51c8a57
5 changed files with 18 additions and 12 deletions
|
@ -261,7 +261,7 @@ impl SourceBuild {
|
|||
level: BuildOutput,
|
||||
concurrent_builds: usize,
|
||||
) -> Result<Self, Error> {
|
||||
let temp_dir = build_context.cache().environment()?;
|
||||
let temp_dir = build_context.cache().venv_dir()?;
|
||||
|
||||
let source_tree = if let Some(subdir) = subdirectory {
|
||||
source.join(subdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue