Skip to content

Commit

Permalink
Fix kythe pipeline.
Browse files Browse the repository at this point in the history
@protobuf is renamed to @com_google_protobuf.

PiperOrigin-RevId: 698714488
Change-Id: Ib20b8fb78916575b3b70fc0c435e8dcb82172b4b
  • Loading branch information
coeuvre authored and copybara-github committed Nov 21, 2024
1 parent 599c932 commit 55b0130
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,6 @@ tasks:
- test
kythe_ubuntu2204:
shell_commands:
# Replace @com_google_protobuf with @protobuf because Bazel has renamed @com_google_protobuf to @protobuf. See b/371908235.
# TODO(chiwang): Remove this once kythe is updated to use @protobuf.
- sed -i -e 's/@com_google_protobuf/@protobuf/' /usr/local/kythe/BUILD
# Disable custom proto_toolchain_for_cc from kythe because it doesn't work with protobuf 29. See b/371908235.
# TODO(chiwang): Remove this once kythe resolves the issue.
- sed -i -e 's/build --proto_toolchain_for_cc=@kythe_release\/\/:cc_native_proto_toolchain//' /usr/local/kythe/extractors.bazelrc
Expand Down
3 changes: 0 additions & 3 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,6 @@ tasks:
- test
kythe_ubuntu2204:
shell_commands:
# Replace @com_google_protobuf with @protobuf because Bazel has renamed @com_google_protobuf to @protobuf. See b/371908235.
# TODO(chiwang): Remove this once kythe is updated to use @protobuf.
- sed -i -e 's/@com_google_protobuf/@protobuf/' /usr/local/kythe/BUILD
# Disable custom proto_toolchain_for_cc from kythe because it doesn't work with protobuf 29. See b/371908235.
# TODO(chiwang): Remove this once kythe resolves the issue.
- sed -i -e 's/build --proto_toolchain_for_cc=@kythe_release\/\/:cc_native_proto_toolchain//' /usr/local/kythe/extractors.bazelrc
Expand Down

0 comments on commit 55b0130

Please sign in to comment.