generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When using the builtin autodetecting toolchain, it fails to correctly find the users python binary as it calls which python at runtime, at which point the venv has been activated and the wrapper script from the toolchain finds itself as the result of which python, therefore getting stuck in a loop.
We'd need either need to stipulate that this ruleset is incompatible with the builtin autodetecting toolchain or provide a better autodetecting toolchain that does the lookup at analysis time in a repo rule and therefore can be marked as configurable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request