You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bazel 6.2 has introduced warnings promoted to errors via jdk flags that
prevent grpc 1.44.1 from working. Upgrading that to 1.55.1
This introduced an incompatibility with rules_skylib. Upgrading that to
1.4.1 from 0.9.0.
Also incompatible was rules_jvm_external, which was upgraded to 5.2 from
4.2.
Lastly, absl as used by protobuf at the new grpc version is incompatible
with < c++14. Introduced a .bazelrc as a poor excuse for toolchain
injection. Bazel will default to c++14 (from c++0x) with a release that
includes bazelbuild/bazel#18280. An issue to
remove this file will follow.
Tagged the build with .bazelversion to avoid accidental consumption of
incompatible bazels with bazelisk.
Fixes#28
Bazel 6.2 has introduced warnings promoted to errors via jdk flags that
prevent grpc 1.44.1 from working. Upgrading that to 1.55.1
This introduced an incompatibility with rules_skylib. Upgrading that to
1.4.1 from 0.9.0.
Also incompatible was rules_jvm_external, which was upgraded to 5.2 from
4.2.
Lastly, absl as used by protobuf at the new grpc version is incompatible
with < c++14. Introduced a .bazelrc as a poor excuse for toolchain
injection. Bazel will default to c++14 (from c++0x) with a release that
includes bazelbuild/bazel#18280. An issue to
remove this file will follow.
Tagged the build with .bazelversion to avoid accidental consumption of
incompatible bazels with bazelisk.
Fixes#28
Failure is documented in a buildfarm build of remote_client used for its Cache Check:
https://buildkite.com/bazel/buildfarm-farmer/builds/6392#018806c4-af5b-4d0a-97fc-af377db2340b
Temporary fixes (some are to be fixed in later upstream) for the entirety of a resolution should be applied to this project.
Bazel version should be indicated with a .bazelversion to prevent bazelisk-based failures and identify support.
The text was updated successfully, but these errors were encountered: