Skip to content

Add uv no-build (binary-only)#70

Open
skonefal wants to merge 1 commit into
mainfrom
szymon/pla-2146-no-build
Open

Add uv no-build (binary-only)#70
skonefal wants to merge 1 commit into
mainfrom
szymon/pla-2146-no-build

Conversation

@skonefal

@skonefal skonefal commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Add uv no-build = true (binary-only) to enforce wheels-only installs (block source builds at install time).

@skonefal skonefal marked this pull request as ready for review June 12, 2026 08:29
@cursor

cursor Bot commented Jun 12, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Single uv configuration flag with no runtime or application logic changes; install may fail if a dependency lacks a compatible wheel.

Overview
Adds no-build = true under [tool.uv] so uv installs dependencies from prebuilt wheels only and refuses to compile packages from source at install time.

This tightens install behavior alongside existing uv settings (package = false, exclude-newer) and matches the stated goal of binary-only installs for the dbt/Trino stack.

Reviewed by Cursor Bugbot for commit 2e01cf5. Configure here.

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