Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove superfluous bazel_toolchains patch
This is effectively a revert of bazelbuild@8946cc1. I originally needed to rename an attribute in `bazel_toolchains` for bazelbuild@22b4dbc. The `target_compatible_with` attribute used in one of the repository rules clashed with the attribute I added in the Incompatible Target Skipping patch. Once we merged 22b4dbc we realized that we broke a bunch of projects because they pulled in unpatched versions of `bazel_toolchains`. John Cater (@katre) noticed that we can fix everything by making the new attribute not apply to repository rules. He submitted bazelbuild@775a979 to fix this. That means that the original patch I added is actually not needed anymore. A follow-up patch will delete the .patch file from the source tree. Closes bazelbuild#12396. PiperOrigin-RevId: 340291830
- Loading branch information