Migratate to rules_python #2376
Unanswered
burkpojken
asked this question in
Q&A
Replies: 1 comment
-
Publishing wheels from other repositories into a private wheel registry is the best way for now to have a hybrid approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have been using python from our development machines and would like to migrate to use the hermetic python rules. A problem is that we depend on other repositories that also use python from development machines.
How can we mix usage of python from the development machines and hermetic python rules?
I have tried this:
MODULE.bazel
BUILD file in main repo
BUILD file in secondary repo
If I build with this the hermetic toolchain is always used, both in main and secondary repo.
If I add the following to MODULE.bazel
Python from the development machines is always used.
I would like to have the hermetic toolchain to be used in the places where use
Beta Was this translation helpful? Give feedback.
All reactions