xref: /aosp_15_r20/external/grpc-grpc/test/distrib/bazel/python/.bazelrc (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1# bazelrc file
2
3# Bazel 7 begins to enable module by default which breaks gRPC build.
4# Therefore, this option is disabled until gRPC works with bzlmod.
5common --enable_bzlmod=false
6
7build --cxxopt='-std=c++14'
8build --host_cxxopt='-std=c++14'
9