bazelbuild / bazel-toolchains

Repository that hosts Bazel toolchain configs for remote execution and related support tools.
Apache License 2.0
186 stars 96 forks source link

Remove --host_force_python=PY2 from bazelrc #996

Closed rickeylev closed 1 year ago

rickeylev commented 1 year ago

Bazel is dropping support for Python 2

Setting this flag ends up forcing transitive tools to use Python 2 when they don't need to.

Fixes #995

rickeylev commented 1 year ago

The CI failures is from a buildifier warning for other files; unrelated to this change

rickeylev commented 1 year ago

Hi,

Would someone be willing to review? @smukherj1 @DaveGay @eytankidron

If you aren't available, let me know, and I can hunt around to find a reviewer.