Compare commits

...
Author SHA1 Message Date
admin 7e601841dd Trim JavaInfo from Bazel autoload list 2026-06-11 12:52:52 -07:00
+2 -3
View File
@@ -6,9 +6,8 @@ common --ui_event_filters=-INFO
common --enable_bzlmod
# Bazel 9 removes native rule symbols. Keep external repositories that still
# reference JavaInfo or call native C++/proto rules building while upstream
# Starlark catches up.
common --incompatible_autoload_externally=+CcInfo,+JavaInfo,+ProtoInfo,+cc_binary,+cc_library,+cc_proto_library,+java_proto_library,+proto_library
# call native C++/proto rules building while upstream Starlark catches up.
common --incompatible_autoload_externally=+CcInfo,+ProtoInfo,+cc_binary,+cc_library,+cc_proto_library,+java_proto_library,+proto_library
# Use pre-built protoc binary instead of compiling from source
common --incompatible_enable_proto_toolchain_resolution