-
Notifications
You must be signed in to change notification settings - Fork 47
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
Moving to bzlmod ? #161
Comments
Hello, I don't have plans to support bzlmod short-term. IMO, it's a good future-proof initiative. |
I was thinking of making a PR. would it be okay ? I think by end of this lifecycle of bazel 6. |
👍 Sounds good. |
Hey Again, Did you consider moving all the python deps to Someone already made a bazel rules for that we are using it at our company. rules_poetry suggestion to move all the python deps to poetry .. which would solve the cross compilation for python deps Pull Request #173 |
I am thinking to use poetry as a dep resolver instead of pip-compile. pip-compile cannot resolve deps for another platform, but poetry can -- thinking here about arm64. I have never used rules_poetry. Didn't look into the details, but, not declaring each dep as a separate workspace (but having all deps in a single workspace) doesn't allow for incremental downloads. This could be a serious issue once you have a lot of deps. I've used rules_python when it didn't have incremental downloads and it wasn't so convenient. How does poetry solve cross-compilation issues? Does it use Bazel-provided cc toolchain(s)? |
Well |
IMO, it's sufficient to track #173. |
Hey @mvukov , Any plans to move to
bzlmod
?The text was updated successfully, but these errors were encountered: