Unable to build hello_world cc_grpc_library with bazel 6.0.0 – Ubuntu
I'm trying to build a hello_world cc_grpc_library using bazel 6.0.0 on Ubuntu 22.04, but I'm unable to do so. Source tree: WORKSPACE MODULE.bazel BUILD helloworld.proto .bazelrc .bazelversion My WORKSPACE file is empty. WORKSPACE.bzlmod does not exist. MODULE.bazel contains: module(name =…