-
### Describe the bug
This conanfile.py
```
from conan import ConanFile
from conan.tools.google import bazel_layout
class CompressorRecipe(ConanFile):
settings = "os", "compiler", "build_ty…
-
Currently, we rely on the host having Clang installed at `/usr/bin/clang` and LLD at `/usr/bin/ld`, as defined in [x86_64_cc_toolchain.bzl](/bazel/cross-compiling/x86_64_cc_toolchain.bzl). This works,…
-
**What version of protobuf and what language are you using?**
Version: head
Language: C++
**What operating system (Linux, Windows, ...) and version?**
Linux
**What did you do?**
Steps to rep…
-
### Description of the problem / feature request:
Add a bazel-external symlink in the workspace root
### Feature requests: what underlying problem are you trying to solve with this feature?
G…
-
### Description of the feature request:
Customizing mnemonic for actions is a useful feature that improves the output for users and also allows build engineers to use features such as `--modify_exec…
-
### Description of the feature request:
When some heavy toolchains (eg. toolchains_llvm) are involved, using docker sandbox will experience significant performance degradation due to [copying too ma…
-
### What happened + What you expected to happen
While trying to run CPP example, it generates error.
**With ./bazel-bin/example**
```
:~/ray_proj/ray/cpp/example$ ./bazel-bin/example
[2024-07…
-
### Description of the bug:
Starlark flags (like `label_flag`) are omitted from the `explicitCmdLine` provided via BEP, even when they are in fact explicitly provided by the user on the command line…
-
### Description of the bug:
Hi,
We have a pretty large codebase with coverage turned on. This is a snippet of the `bazel coverage //...` output:
```
(01:51:40) [32mINFO: [0mFrom Coverage rep…
-
### What happened?
I tried to make a tar of a `js_binary` from `aspect_rules_js`. It failed because the `node_modules` deps seem to have some incorrectly set filetypes in their mtree.
Instead we…