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

[protobuf] make proton binaries build optional #44309

Open
redbaron opened this issue Mar 11, 2025 · 0 comments
Open

[protobuf] make proton binaries build optional #44309

redbaron opened this issue Mar 11, 2025 · 0 comments
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@redbaron
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When cross compiling, it always build host version of protobuf to make protoc binaries available.

Not all codebases require them, if generated protobuf classes are committed to the source there is no use for protoc. Building protobuf for the host triplet makes builds unnecessary longer for these cases.

Proposed solution

Add a feature to make protoc binaries build optional.

Describe alternatives you've considered

No response

Additional context

No response

@redbaron redbaron added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

No branches or pull requests

2 participants