Skip to content

Commit 90e893c

Browse files
authored
Remove reference to rules_rust from .bazelrc (#20470)
I missed this when I removed the rules_rust dependency from MODULE.bazel in b8248f6. We need to drop this flag because it's an error to reference it when rules_rust is not available.
1 parent 0913d39 commit 90e893c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.bazelrc

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
33
# TODO: ErrorProne's SelfAssertions are violated in protobuf's test
44
build --javacopt=-Xep:SelfAssertion:WARN
55

6-
# This flag works around some issues with Rust linking.
7-
build --@rules_rust//rust/settings:experimental_use_cc_common_link=True
8-
96
build:dbg --compilation_mode=dbg
107

118
build:opt --compilation_mode=opt

0 commit comments

Comments
 (0)