-
-
Notifications
You must be signed in to change notification settings - Fork 683
Remove bazel 6 compatibility code #2791
Copy link
Copy link
Closed
Labels
Good first issueA good first issue for people looking to contributeA good first issue for people looking to contributecleanupTech debt, resolving it improves our own velocityTech debt, resolving it improves our own velocitytype: process
Metadata
Metadata
Assignees
Labels
Good first issueA good first issue for people looking to contributeA good first issue for people looking to contributecleanupTech debt, resolving it improves our own velocityTech debt, resolving it improves our own velocitytype: process
As the title state, remove the places where we have Bazel 6 compatibility code. We no longer support bazel 6, so those are dead code paths.
The main thing to remove are the
IS_BAZEL_*helpers and their associated usages. See https://github.com/bazel-contrib/rules_python/blob/main/python/private/util.bzl