From aaf0fffac96238e173b3f4d343a1590dc7c0313e Mon Sep 17 00:00:00 2001 From: Jeremy Nimmer Date: Fri, 22 Sep 2023 12:01:08 -0700 Subject: [PATCH] [bazel] Remove irrelevant rcfile flag --- tools/bazel.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/bazel.rc b/tools/bazel.rc index 69f3505df5f2..41cd4ef800e5 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc @@ -1,6 +1,3 @@ -# Disable native Python rules in Bazel versions before 4.0. -build --incompatible_load_python_rules_from_bzl=yes - # Default to an optimized build. build -c opt