bazel icon indicating copy to clipboard operation
bazel copied to clipboard

a fast, scalable, multi-language and extensible build system

Results 1037 bazel issues
Sort by recently updated
recently updated
newest added

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

team-OSS
potential release blocker
awaiting-review

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

type: feature request
P3
team-Rules-Server

Close https://github.com/bazelbuild/bazel/issues/8252

team-Rules-CPP
awaiting-review

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

type: bug
P3
team-Configurability

Make sure any internal buffers (especially compression) are flushed before attempting verify the digest of the downloaded file.

team-Remote-Exec
awaiting-review

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

type: feature request
P3
team-Rules-CPP

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

type: feature request
P2
team-Rules-CPP

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

type: documentation (cleanup)
P2
more data needed
team-Documentation