Skip to content

Commit 360a768

Browse files
committed
feat: add rules_cc to autoload configuration
Add +@rules_cc to --incompatible_autoload_externally to enable graceful migration path for cc_* rule usages before all files are updated with explicit imports.
1 parent dafdbc9 commit 360a768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ common --@rules_dotnet//dotnet/settings:strict_deps=false
3434
common --@rules_rust//rust/toolchain/channel=nightly
3535

3636
# Reduce this eventually to empty, once we've fixed all our usages of java, and https://github.com/bazel-contrib/rules_go/issues/4193 is fixed
37-
common --incompatible_autoload_externally="+@rules_java,+@rules_shell"
37+
common --incompatible_autoload_externally="+@rules_cc,+@rules_java,+@rules_shell"
3838

3939
build --java_language_version=17
4040
build --tool_java_language_version=17

0 commit comments

Comments
 (0)