Closed ArthurBandaryk closed 2 years ago
With bazel 5.0.0 on macOS the build fails with the following traceback: On Ubuntu:
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).
.bazeliskrc
USE_BAZEL_VERSION=4.2.2
It looks like this is happening on other repos as well: https://github.com/google/jax/issues/8440
With bazel 5.0.0 on macOS the build fails with the following traceback: On Ubuntu:
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).