diff --git a/.bazelrc b/.bazelrc index c0db04e..f7c6ffe 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,6 +1,10 @@ import %workspace%/.bazelrc.d/base.bazelrc common --platforms=@rules_variant//platforms:host +# Ensure the bazel info will not fail +# (we cannot simplify to //platforms because .bazelrc +# is symlinked to examples atm) +info --platforms= # Ensure the protobuf is prefereing the prebuilts common --incompatible_enable_proto_toolchain_resolution