mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-28 02:40:11 +00:00
Add --emit-build-options flag to uv pip compile interface (#4463)
## Summary Closes https://github.com/astral-sh/uv/issues/4420.
This commit is contained in:
parent
cba270f750
commit
f07308823e
14 changed files with 148 additions and 13 deletions
|
|
@ -308,7 +308,7 @@ impl<'a> BuildContext for BuildDispatch<'a> {
|
|||
// unless all builds are disabled.
|
||||
if self
|
||||
.build_options
|
||||
.no_build(dist.map(distribution_types::Name::name))
|
||||
.no_build_requirement(dist.map(distribution_types::Name::name))
|
||||
// We always allow editable builds
|
||||
&& !matches!(build_kind, BuildKind::Editable)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue