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

### Description of the problem / feature request: Bazel does not set `RUNFILES_MANIFEST_FILE` for tests when it should. **Update**: only with sandboxing. ### Bugs: what's the simplest, easiest way to...

type: bug
P2
team-Local-Exec

Starlark has recentely added support for union operations over dictionaries (https://github.com/bazelbuild/starlark/pull/215). The syntax is already supported in bazel as of https://github.com/bazelbuild/bazel/pull/14540, but the same operation with selects of dictionaries is...

team-Starlark-Interpreter
team-Build-Language
awaiting-review

### Description of the bug: After updating to rolling release 6.0.0-pre.20220526.1, CompatDx produces a massive amount of "stack map table" warnings. ``` Warning in bazel-out/darwin_arm64-dbg/bin/apps/entertainment/bin_devRelease_proguard.jar:com/google/android/exoplayer2/upstream/cache/CacheDataSource.class at Lcom/google/android/exoplayer2/upstream/cache/CacheDataSource;getResponse Headers()Ljava/util/Map;: Expected stack...

type: bug
P2
team-Android

…be instrumente. link to the github issue: https://github.com/bazelbuild/bazel/issues/15627

team-Rules-Server
awaiting-review

### Description of the problem / feature request: Clang 9 introduces the `-ftime-trace` option which dumps a `.json` file containing the tracing information from the compilation run. It would be...

type: feature request
P4
team-Rules-CPP

### Description of the bug: bzlmod supports to store modules in private registries. These reqistries can be pass with the `--registry` parameter to bazel. In corporate environments there could be...

type: bug
P2
team-ExternalDeps
help wanted
area-Bzlmod

### Description of the bug: If the workspace status command prints a line containing a key and a trailing space, this line will be copied to `volatile-status.txt` (or `stable-statux.txt`). This...

type: bug
untriaged
team-Build-Language

### Description of the problem / feature request: I want to use a stripped library *.so in an android_library but android_library deps can't be a stripped cc_binary ### Feature requests:...

type: feature request
P2
team-Android

### Description of the problem / feature request: Allow configuring separate compiler executables when targeting C and C ++respectively, and make this information accessible in Skylark (e.g. add it to...

type: feature request
P4
team-Rules-CPP