bazel-contrib / target-determinator

Determines which Bazel targets were affected between two git commits.
Apache License 2.0
144 stars 22 forks source link

Work around bazel7 incompatible targets issue #82

Closed illicitonion closed 8 months ago

illicitonion commented 8 months ago

This works around https://github.com/bazelbuild/bazel/issues/21010

We only do this extra filtering when we detect we're running with a Bazel which suffers from this bug.