Skip to content
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

Change rationale for manually looking for CcInfo #150

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

martis42
Copy link
Owner

We have to skip targets not providing CcInfo not just because of incompatible targets in old Bazel versions, but also due to bug: bazelbuild/bazel#19609

Given incompatible targets for aspects have been fixed in recent Bazel versions and the bug above has just been discovered, it makes no sense to keep mentioning incompatible targets as when above bug is fixed and we can remove this manual check for CcInfo incompatible targets are no longer relevant either way.

Resolves: #33

We have to skip targets not providing CcInfo not just because of
incompatible targets in old Bazel versions, but also due to bug:
bazelbuild/bazel#19609

Given incompatible targets for aspects have been fixed in recent Bazel
versions and the bug above has just been discovered, it makes no sense
to keep mentioning incompatible targets as when above bug is fixed and we
can remove this manual check for CcInfo incompatible targets are no longer
relevant either way.
@martis42 martis42 merged commit 00ba581 into main Sep 25, 2023
4 checks passed
@martis42 martis42 deleted the adapt_dependency_on_cc_info branch September 25, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove workaround for skipping incompatible targets
1 participant