From 1a67cac7bc6d0cdaf97a8b76c41a3e5d5e48dad9 Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 16 Jan 2025 07:58:03 -0800 Subject: [PATCH] Remove workaround for kythe build since we are now using protobuf 29.0-rc3 which contains the fix. PiperOrigin-RevId: 716236416 Change-Id: I2d39366ef3acbf27af9c2c7dbe8cc615daac1dae --- .bazelci/postsubmit.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 3ff742578b9434..e30548aea473d1 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -332,10 +332,6 @@ tasks: - build - test kythe_ubuntu2404: - shell_commands: - # 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 index_flags: - "--define=kythe_corpus=github.com/bazelbuild/bazel" index_targets_query: "kind(\"cc_(binary|library|test|proto_library) rule\", ...) union kind(\"java_(binary|import|library|plugin|test|proto_library) rule\", ...) union kind(\"proto_library rule\", ...)"