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
This PR fixes multiple errors from [the
Downstream](https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/5194#_):
1. Error with catch2 (mentioned in
#657) - Fix is updating its
version.
2. Error with loads in toolchains_llvm - Fix is updating its version.
3. Error with toolchains_protoc (`name 'proto_library' is not defined`)
- Fix is removing `toolchains_protoc` since it was overriding an
incompatible version of toolchain.
4. Error with `incompatible_use_toolchain_transition` - Seemed to be
fixed with upgrade of toolchains_llvm.
Also, updated links for documentation which were not working.
0 commit comments