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

Update quickstart docs to address possible bzlmod protobuf version issues #14625

Closed
scotthart opened this issue Aug 9, 2024 · 0 comments · Fixed by #14633
Closed

Update quickstart docs to address possible bzlmod protobuf version issues #14625

scotthart opened this issue Aug 9, 2024 · 0 comments · Fixed by #14633
Labels
cpp: operator Good things for the operator to fix type: cleanup An internal cleanup or hygiene concern.

Comments

@scotthart
Copy link
Member

typically we document executing a quickstart with bazel as

cd <service path>/quickstart
bazel run :quickstart

it may be necessary in some situations to disable bzlmod to ensure versions of grpc and protobuf line up

cd <service path>/quickstart
bazel run --noenable_bzlmod :quickstart
@scotthart scotthart added type: cleanup An internal cleanup or hygiene concern. cpp: operator Good things for the operator to fix labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp: operator Good things for the operator to fix type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant