Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down