-
We are still using Protobuf v3.21.7, which imports the `cc_proto_library` rule from rules_cc (0.0.6), while rules_cc removed this rule in 0.1.0.
Protobuf removed this reference [here](https://githu…
-
### Description of the problem / feature request:
I just tried bumping to version `0.0.16` in `rules_rust` and ran into the following
```
rules_cc/cc/defs.bzl:16:6: Label '@@com_google_protobuf…
-
### Description of the problem / feature request:
The runfiles library has been deprecated in bazel-tools and now points to the library in rules_cc, but the instructions ported over refer to [BAZEL…
-
-
When using the local toolchain, everything builds fine. When using the hermetic tool chain from this repo, some build systems fail to use the compiler for a simple test program.
Reproduction exampl…
-
Hi!
I have an extremely weird bug!
When I run `action-validator` on a workflow that has `paths` with `glob`, depending on *where* the repo is, `action-validator` takes forever to run. That is, d…
-
Flag: `--incompatible_enable_cc_toolchain_resolution`
Available since: 0.23
Will be flipped in: 7.0.0
### Description
C++ toolchain resolution is an improved mechanism that selects a proper C+…
katre updated
1 month ago
-
**Flag**: `--incompatible_use_cc_configure_from_rules_cc`
**Introduced in**: 1.2
**Will be flipped**: not anytime soon AFAIK
### Description
We are moving `cc_configure`, the logic that automa…
-
When using (a [recent](https://github.com/bazel-contrib/rules_foreign_cc/commit/77d4483fadbb1b7bcace18ed8e8e87e8791050f6)) `rules_foreign_cc` I'm getting determinism issues in the toolchains. In my ca…
-
A while back while rolling through Bazel updates I noticed changes in behaviors to `cxx_builtin_include_directories` (`allowlist_include_directories` in rule-based toolchains) where it seemed to stop …