-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Deprecate --build #4371
Comments
In #4242 @benjaminp is using this flag to undo the move to a randomized build directory. This allows him to get reproducible build output even for packages that are generating files that bake in the build directory in some way (for example Numpy). He's using this instead of addressing the problem in each project that does that to provide a more systemic solution. |
This should still be possible. I am interested in the |
We are having issues with this on openSUSE. The issue is that pyc files contain the build directory, at least for wheels, which is random each time. One option would be to support the |
This has now been removed: #8372 |
We should deprecate and eventually remove
--build
. We tried this previously in #908 and ended up reverting it, however looking over our reasons for reverting it all those reasons seem better solved by the randomized build directories (which we weren't using at the time) or theTMPDIR
environment variable.The text was updated successfully, but these errors were encountered: