Skip to content
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

[Test] Install g++ before gen_upb_api #36628

Closed
wants to merge 4 commits into from
Closed

Conversation

veblush
Copy link
Contributor

@veblush veblush commented May 15, 2024

This is to address the following error error thrown when running protobuf-at-head. This is because Bazel needs a C++ compiler to run tools/codegen/core/gen_upb_api.sh.

Auto-Configuration Error: Cannot find gcc or CC (clang); either correct your path or set the CC environment variable

This is not ideal as installing build-essential package takes time but let's fix it first and get this installed in the CI image later.

@veblush veblush added the release notes: no Indicates if PR should not be in release notes label May 15, 2024
@veblush veblush requested a review from yashykt May 15, 2024 23:20
@veblush veblush marked this pull request as ready for review May 15, 2024 23:20
@veblush
Copy link
Contributor Author

veblush commented May 15, 2024

Verified in the separate test-run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants