Fix examples with Bazel@HEAD (#658)
This PR fixes multiple errors from the Downstream:
- Error with catch2 (mentioned in https://github.com/bazelbuild/examples/issues/657) - Fix is updating its version.
- Error with loads in toolchains_llvm - Fix is updating its version.
- Error with toolchains_protoc (
name 'proto_library' is not defined)
- Fix is removing
toolchains_protocsince it was overriding an incompatible version of toolchain.
- Error with
incompatible_use_toolchain_transition- Seemed to be fixed with upgrade of toolchains_llvm.Also, updated links for documentation which were not working.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号
京公网安备 11010802032778号
Bazel examples and tutorials
A collection of examples of how to use the Bazel build system.
Introductory tutorials
Some tutorials under https://bazel.build/start point to code in this repository:
Working examples for the C++ Bazel Tutorial
Working examples for the Java Bazel Tutorial
Working examples for The Query quickstart
Note that tutorials for other languages may be found under other repositories:
Example cookbook
General
Android
Java
Rust
Frontend
Rule writing
*_testrule[Macro writing]
CI: