aboutsummaryrefslogtreecommitdiff
path: root/test/distrib/bazel/python/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to 'test/distrib/bazel/python/.bazelrc')
-rw-r--r--test/distrib/bazel/python/.bazelrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/distrib/bazel/python/.bazelrc b/test/distrib/bazel/python/.bazelrc
index 1de2730ab0..405e510b42 100644
--- a/test/distrib/bazel/python/.bazelrc
+++ b/test/distrib/bazel/python/.bazelrc
@@ -1,4 +1,8 @@
# bazelrc file
+# Bazel 7 begins to enable module by default which breaks gRPC build.
+# Therefore, this option is disabled until gRPC works with bzlmod.
+common --enable_bzlmod=false
+
build --cxxopt='-std=c++14'
build --host_cxxopt='-std=c++14'