Skip to content

fix: move uv cache outside the build source directory - #126

Merged
yeetypete merged 1 commit into
mainfrom
fix/uv-build-caching
Jun 28, 2026
Merged

fix: move uv cache outside the build source directory#126
yeetypete merged 1 commit into
mainfrom
fix/uv-build-caching

Conversation

@yeetypete

@yeetypete yeetypete commented Jun 28, 2026

Copy link
Copy Markdown
Owner

What

Point cache-local-path at \${{ runner.temp }}/uv-cache (outside the checkout) instead of \${{ github.workspace }}/.uv-cache across all setup-uv steps (build, test, docs, lint, tidy). Each job keeps its existing cache-suffix.

Why

uv 0.11.25 (released 2026-06-27, via astral-sh/uv#19991) now rejects uv build when the cache directory is enclosed in the build source directory, breaking our build job with error: The cache directory .uv-cache is inside the build source directory .

🤖 Generated with Claude Code

@yeetypete
yeetypete merged commit 042034d into main Jun 28, 2026
8 checks passed
@yeetypete
yeetypete deleted the fix/uv-build-caching branch June 28, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant