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

Building with bazel collides with grpc submodule. #652

Open
pnathan opened this issue Aug 8, 2024 · 0 comments
Open

Building with bazel collides with grpc submodule. #652

pnathan opened this issue Aug 8, 2024 · 0 comments

Comments

@pnathan
Copy link

pnathan commented Aug 8, 2024

Hi,

I am building my Rust project with Bazel & rules_rust. grpcio-sys submodules the grpc repo, which happens to have bazel files, and, "hilariously", they do not build out of the gate - it seems that that repository assumes that its the top-level Bazel build.

My SWAG is that to fix it, stacking a carefully put together git rm patchset on the grpc repo would probably work out ok. That's just a SWAG, so who knows.

As a note, this is a dependency that falls out of the GRPC Tracing OTLP system - https://docs.rs/opentelemetry-otlp/0.17.0/opentelemetry_otlp/ .

(of course, this builds wonderfully in cargo :-) ).

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

No branches or pull requests

1 participant