We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change in current behaviour
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.
build
Notably, Bluetooth-Devices/dbus-fast#330 is because a build tree is being reused.
Improves build quality by ensuring the build tree is pristine.
None.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: