bazel-examples
bazel-examples copied to clipboard
The goal is to have several examples including multi language projects using Bazel build system
Most of the examples use third party dependencies only for the buildifier rule. In order to have it reproducible, we ping the version of rules_go, skylib, protobuf, and buildtools. With...
Python examples with the default toolchain can be run locally but not in the CI. Probably there is some issue with the setup in the CI.
baseline coverage is not supported in Bazel for C++. However it is not clear if it is fully working on Java or not. This example would help to asses how...
For each example there are several build commands that we want to show to the user. To make sure that these build commands are working all the time, they are...
Readme files are the base of this repository. With them the user will learn bazel. Because of that it is important that they do not have problems like visualization issues....