Skip to content

Commit

Permalink
Remove --host_force_python=PY2 from bazelrc
Browse files Browse the repository at this point in the history
Bazel is dropping support for Python 2

Fixes bazelbuild#995
  • Loading branch information
rickeylev authored Jan 27, 2023
1 parent 03bb68c commit ab01cde
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# The following flags are set to test use of new features for python toolchains
# These flags will only work with Bazel 0.25.0 or above.

build --host_force_python=PY2
test --host_force_python=PY2
run --host_force_python=PY2

# Defaults to auto which means off for Windows, explicitly enable for sh tests
build --enable_runfiles=yes

0 comments on commit ab01cde

Please sign in to comment.