bazel
bazel copied to clipboard
a fast, scalable, multi-language and extensible build system
### 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...
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...
### 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...
…be instrumente. link to the github issue: https://github.com/bazelbuild/bazel/issues/15627
### 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...
### 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...
### 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...
### 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:...
### 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...