From 94fbbc3ff28a6cc8ea103f8f723ba60164199bde Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Fri, 15 Dec 2023 13:47:04 -0600 Subject: [PATCH] Add `--incompatible_python_disallow_native_rules` when using Bazel 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We will add it for Bazel 7 when it’s cherry-picked into 7.1.0. Signed-off-by: Brentley Jones --- bazel_8.bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel_8.bazelrc b/bazel_8.bazelrc index e69de29bb2..b4e6ba05d6 100644 --- a/bazel_8.bazelrc +++ b/bazel_8.bazelrc @@ -0,0 +1 @@ +common --incompatible_python_disallow_native_rules