diff --git a/.bazelrc b/.bazelrc new file mode 100644 index 0000000000..a65fb1e584 --- /dev/null +++ b/.bazelrc @@ -0,0 +1,5 @@ +# For compatibility with Bazel 0.27 through 0.29. See: +# +aquery --incompatible_use_python_toolchains=false +build --incompatible_use_python_toolchains=false +test --incompatible_use_python_toolchains=false