-
### TLDR
For the 2.0.0 release can we rename `oci_image_rule`'s env attribute to env_file so that third party tooling can safely assume all env attributes on rules are dictionaries? The `oci_image`…
-
It's currently not possible to run a `*_test` rule on a remote Windows executor when Bazel is running on a Linux host.
- Every test rule has a dependency on [`@bazel_tools//tools/test:test_wrapper`…
-
```bash
# via tensorflow
tensorflow-metadata==1.15.0 \
--hash=sha256:cb84d8e159128aeae7b3f6013ccd7969c69d2e6d1a7b255dbfa6f5344d962986
# via
# -r /home/johnny/.cache/bazel/_bazel…
-
### Description of the bug:
Under certain conditions, when I run `bazel cquery` or `bazel aquery`, it errors with the following message:
```
ERROR: Error doing post analysis query: Evaluation fa…
-
Ideally, we would like to automatically discover executables for tests with Bazel, CMake, and Conan.
For CMake [cmake-tools.nvim](https://github.com/Civitasv/cmake-tools.nvim) may be useful.
-
### Description of the bug:
The plugin can't handle member functions that come from `use_extension` module extensions, it treats them incorrectly.
### Which category does this issue belong to…
-
For the life of me I can't find any installation instructions nor by thrashing around can I figure out the right bazel invocation.
I'm guessing the instructions would be something like:
1. insta…
rozim updated
1 month ago
-
### Description of the bug:
We adopted bazel 7.0.2 in our code repo and disable bzl_mod in the root bazelrc file like
```
always --noenable_bzlmod
```
However, we are getting many user reports …
-
We are trying to set up incremental scanning in our CI pipeline using [Tool Name], but we couldn't find any relevant flags or options for this. Could anyone provide guidance on how to achieve this, or…
-
I was getting linking issues while trying @boost.log , try couple of stuff like adding -l flags to linkopt, , -static, add #define dynamic link directive, etc.
bazel_dep(name = "boost.log", version …