Skip to content

Autodetecting toolchain causes call cycle #21

@mattem

Description

@mattem

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions