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

Filter unmatching configuration-specific dependencies #55

Merged
merged 4 commits into from
Mar 28, 2023

Conversation

illicitonion
Copy link
Collaborator

Bazel 6 got the ability to report configuration transitions:
bazelbuild/bazel#15038

This allows us to stop over-estimating affected targets when
dependencies exist in platforms other than the current one.

IntelliJ seems to implicitly do this on save.
Bazel 6 got the ability to report configuration transitions:
bazelbuild/bazel#15038

This allows us to stop over-estimating affected targets when
dependencies exist in platforms other than the current one.
@illicitonion illicitonion requested a review from sitaktif March 24, 2023 15:03
@illicitonion
Copy link
Collaborator Author

The contents of assorted commits being referred to can be found in bazel-contrib/target-determinator-testdata#4

pkg/hash_cache.go Show resolved Hide resolved
pkg/hash_cache.go Outdated Show resolved Hide resolved
@illicitonion illicitonion merged commit b52b74a into bazel-contrib:main Mar 28, 2023
@illicitonion illicitonion deleted the configs branch March 28, 2023 17:44
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.

2 participants