Skip to content

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

@scotthart

Description

@scotthart

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    cpp: operatorGood things for the operator to fixtype: cleanupAn internal cleanup or hygiene concern.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions