bazel
bazel copied to clipboard
a fast, scalable, multi-language and extensible build system
The new Starlark-defined RunfilesLibraryInfo provider may be used in the future to decide whether additional information has to be emitted by a rule for a target to find its runfiles...
Proof of concept of the idea of rewritting all the BUILD files in a downloaded repo to add the orgs version of a license. This allows you to: - inject...
The solib directory is located within the subdirectory of the runfiles directory corresponding to the workspace. Thus, if a binary is contained in an external repository, its $ORIGIN relative rpath...
Hi everyone, As I'm new to Bazel, I'm not complete sure that's a bug or more of a feature request. I will out-line the problem, and maybe you guys can...
Close https://github.com/bazelbuild/bazel/issues/8252
### Description of the bug: Explicitly requesting an incompatible target on the command line currently results in duplicated error messages. ### What's the simplest, easiest way to reproduce this bug?...
Make sure any internal buffers (especially compression) are flushed before attempting verify the digest of the downloaded file.
Currently it asserts passed targets to be cc_library. Example to test the current behavior: https://github.com/bazelbuild/rules_foreign_cc/tree/master/examples/use_malloc
### Description of the problem / feature request / question: Starting to look into C++ Modules. While it will earliest officially arrive in 2020, would be good to have support...
Documentation URL: https://docs.bazel.build/versions/master/build-ref.html Says: > Labels start with `//` But then goes on to say: > the following "relative" labels are all equivalent: > //my/app:app > //my/app > :app >...