Skip to content

kokoro: Don't run grpc codegen in android-interop #12098

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented May 23, 2025

android-interop has been failing to build since 46485c8 because it didn't have cmake installed and defined LDFLAGS/CXXFLAGS with pkg-config before make_dependencies.sh had been run.

Android-interop didn't verify the codegen is up-to-date. Building the codegen was just a relic from when android was its own separate gradle build. Avoiding codegen means we don't have to compile absl/protobuf and have a C++ toolchain.

Test run: https://source.cloud.google.com/results/invocations/819d793c-6abb-41d6-8483-d4a7e726e721

android-interop has been failing to build since 46485c8 because it
didn't have cmake installed and defined LDFLAGS/CXXFLAGS with pkg-config
before make_dependencies.sh had been run.

Android-interop didn't verify the codegen is up-to-date. Building the
codegen was just a relic from when android was its own separate gradle
build. Avoiding codegen means we don't have to compile absl/protobuf and
have a C++ toolchain.
@ejona86 ejona86 requested a review from kannanjgithub May 23, 2025 20:59
@kannanjgithub kannanjgithub merged commit d124007 into grpc:master May 26, 2025
16 checks passed
@ejona86 ejona86 deleted the android-interop-skipCodegen branch May 27, 2025 05:59
AgraVator pushed a commit to AgraVator/grpc-java that referenced this pull request May 27, 2025
android-interop has been failing to build since 46485c8 because it
didn't have cmake installed and defined LDFLAGS/CXXFLAGS with pkg-config
before make_dependencies.sh had been run.

Android-interop didn't verify the codegen is up-to-date. Building the
codegen was just a relic from when android was its own separate gradle
build. Avoiding codegen means we don't have to compile absl/protobuf and
have a C++ toolchain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants