Rishin Goswami
Results
12
comments of
Rishin Goswami
I tried Bazel 6.3.2. It initially failed with a different error (about C++ version being at least 14). So I changed the build command to `build --action_env=BAZEL_CXXOPTS="-std=c++17"` - Which fails...
@zhangskz Sorry for the delayed response. The attached file contains a minimal working example. Environment is Ubuntu 22.04 with no protoc or grpc related libraries installed. Compilation with docker as...