Skip to content

Commit

Permalink
Remove reference to rules_rust from .bazelrc (#20470)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
acozzette authored Feb 25, 2025
1 parent 0913d39 commit 90e893c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
# TODO: ErrorProne's SelfAssertions are violated in protobuf's test
build --javacopt=-Xep:SelfAssertion:WARN

# This flag works around some issues with Rust linking.
build --@rules_rust//rust/settings:experimental_use_cc_common_link=True

build:dbg --compilation_mode=dbg

build:opt --compilation_mode=opt
Expand Down

0 comments on commit 90e893c

Please sign in to comment.