mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 21:35:42 +00:00
Narrow Bazel autoload compatibility shim (#7121)
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
common --ui_event_filters=-INFO
|
||||
|
||||
# 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.cc_library building while upstream Starlark catches up.
|
||||
common --incompatible_autoload_externally=+cc_library
|
||||
|
||||
# Don't use toolchains_llvm for the swift app build
|
||||
common:mactools --ignore_dev_dependency
|
||||
|
||||
Reference in New Issue
Block a user