bazel-examples icon indicating copy to clipboard operation
bazel-examples copied to clipboard

The goal is to have several examples including multi language projects using Bazel build system

Results 12 bazel-examples issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

bug
python

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...

new_example
java

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...

enhancement

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....

enhancement