3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Build failure with the newest bazel #65

Closed ArthurBandaryk closed 2 years ago

ArthurBandaryk commented 2 years ago

With bazel 5.0.0 on macOS the build fails with the following traceback: Screen Shot 2022-02-01 at 1 52 00 PM On Ubuntu: Screen Shot 2022-02-01 at 1 56 10 PM

That's why we need to figure out the reason. For now we can use .bazeliskrc to specify older version of bazel if we wanna our build work. (e.g 4.2.2).

USE_BAZEL_VERSION=4.2.2
CodingCanuck commented 2 years ago

It looks like this is happening on other repos as well: https://github.com/google/jax/issues/8440