Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arbitrary build directories #9847

Open
rossburton opened this issue Nov 15, 2024 · 1 comment
Open

Support arbitrary build directories #9847

rossburton opened this issue Nov 15, 2024 · 1 comment
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged

Comments

@rossburton
Copy link

Issue Kind

Change in current behaviour

Description

When building code with poetry.core I really want to know that the build tree is pristine, so the ability to tell poetry.core to use a specific directory as the build tree (instead of hardcoding build under the project, see https://github.com/python-poetry/poetry-core/blob/15814280a9f0be19aaf7d9ba09d16d6a9e37fff5/src/poetry/core/masonry/builders/wheel.py#L216) would be useful.

Notably, Bluetooth-Devices/dbus-fast#330 is because a build tree is being reused.

Impact

Improves build quality by ensuring the build tree is pristine.

Workarounds

None.

@rossburton rossburton added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Nov 15, 2024
@dimbleby
Copy link
Contributor

per #2740, this whole feature is not really supported.

Recommend that if this is important to you then the best chance of success would be to submit a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants