Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Latin-1 workaround on Bazel 6.4.0+ (#3872)
* Remove Latin-1 workaround on Bazel 6.4.0+ The fix for Latin-1 encoded files was landed in [6.4.0] after being landed on Bazel [master]. We can conditionally use the old, unhermetic, `tar` workaround on modern Bazel versions. [master]: bazelbuild/bazel#18448 [6.4.0]: bazelbuild/bazel#19765 * Use `versions` rather than `bazel_features` to avoid circular load pattern Due to the polyfilling of `bazel_features` to avoid double step loading in `WORKSPACE`.
- Loading branch information