Skip to content

fix(c++): Remove c++ generation#76

Open
rustybee42 wants to merge 1 commit into
mainfrom
rb/cpp-proto
Open

fix(c++): Remove c++ generation#76
rustybee42 wants to merge 1 commit into
mainfrom
rb/cpp-proto

Conversation

@rustybee42

Copy link
Copy Markdown
Contributor

C++ code must be generated using the exact same version of protobuf and gRPC that is used by the libraries using the code later.

Since we want to depend on the distro packages to avoid doing the time and resource consuming manual build, these are different among the supported distibutions, so we can't have fixed generated code.

Instead, the code generation step is moved to the configure/build stage of the consuming projects.

Implemented for the beegfs-core repo in https://github.com/ThinkParQ/beegfs-core/pull/4653

C++ code must be generated using the exact same version of protobuf and
gRPC that is used by the libraries using the code later.

Since we want to depend on the distro packages to avoid doing the time
and resource consuming manual build, these are different among the
supported distibutions, so we can't have fixed generated code.

Instead, the code generation step is moved to the configure/build stage
of the consuming projects.
@rustybee42 rustybee42 self-assigned this Jun 8, 2026
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.

1 participant