-
-
Notifications
You must be signed in to change notification settings - Fork 65
[feat] Support bin-on-bin deps by transitioning binaries into libraries #762
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
base: main
Are you sure you want to change the base?
[feat] Support bin-on-bin deps by transitioning binaries into libraries #762
Conversation
|


Our use case of rules_py would benefit from an ability for binary targets to depend on other binary targets in a manner amenable to composition of virtual environments. This PR attempts to achieve said functionality by transitioning a binary into a library if it is depended upon by another binary.
Changes are visible to end-users: no
Test plan