We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a library target is transitioned to a different target platform, the aspect will visit the library more than once.
For example,
cc_binary(a) embedded_target(e1, apps = [a]) embedded_target(e2, apps = [a])
context: https://bazelbuild.slack.com/archives/CA31HN1T3/p1728485100416379?thread_ts=1728325365.388799&cid=CA31HN1T3
Some way to prevent propagating the aspect across transition boundaries is probably the desired fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the current behavior?
If a library target is transitioned to a different target platform, the aspect will visit the library more than once.
For example,
context: https://bazelbuild.slack.com/archives/CA31HN1T3/p1728485100416379?thread_ts=1728325365.388799&cid=CA31HN1T3
Describe the feature
Some way to prevent propagating the aspect across transition boundaries is probably the desired fix.
The text was updated successfully, but these errors were encountered: