feat: Cache native uv tool tasks - #13748
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions Bot
added a commit
that referenced
this pull request
Aug 14, 2026
## Release v2.10.11-canary.3 > [!CAUTION] > Versioned docs aliasing FAILED. [View logs](https://github.com/vercel/turborepo/actions/runs/31844769995) ### Changes - chore: Release Turborepo 2.10.11-canary.2 (#13747) (`dec1a95`) - feat: Cache native uv tool tasks (#13748) (`b4bd235`) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions Bot
added a commit
that referenced
this pull request
Aug 18, 2026
## Release v2.10.11 > [!CAUTION] > Versioned docs aliasing FAILED. [View logs](https://github.com/vercel/turborepo/actions/runs/32150657734) ### Changes - chore: Release Turborepo 2.10.10 (#13741) (`f7cb04d`) - fix: Automatically approve release workflows (#13743) (`237aef5`) - chore: Release Turborepo 2.10.11-canary.1 (#13744) (`e5c7298`) - fix: Avoid repeated strict entrypoint traversal (#13745) (`616985b`) - chore: Release Turborepo 2.10.11-canary.2 (#13747) (`dec1a95`) - feat: Cache native uv tool tasks (#13748) (`b4bd235`) - chore: Release Turborepo 2.10.11-canary.3 (#13749) (`b08ab5f`) - fix: Isolate concurrent generator config bundles (#13750) (`3f64c07`) - chore: Forbid release-age exclusions in examples maintenance (#13751) (`0b501f1`) - fix: Respect gitignore without git metadata (#13756) (`45a87a0`) - chore: Release Turborepo 2.10.11-canary.4 (#13759) (`9f94a7d`) - feat: Expand performance agent toolbox (#13761) (`f924510`) - docs: Redesign Turborepo homepage (#13702) (`09bf969`) - fix: Tolerate transient input files (#13734) (`3226457`) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
uv_buildbuilds when the package requirement accepts the backend bundled in the identified uv executable.uv check, unsafe environments, unsupported version requirements, and pass-through invocations fail-closed.Testing
cargo test -p turborepo-repository uv::test --no-default-featurescargo test -p turbo --test uv_workspace_test test_uv_quality_tasks_cache_with_toolchain_identity -- --nocapturecargo test -p turbo --test uv_workspace_test test_uv_build_caches_bundled_backend -- --nocapturecargo clippy -p turborepo-repository --all-targets --no-default-features -- -D warningspnpm exec oxfmt --checkThe full uv integration suite reached 16/17 locally.
test_uv_prunefailed because uv considered the fixture lockfile stale after applying its time-based globalexclude-newervalue.