-
# Problem
When building with the `0.9.0` release of this library on an Apple Silicone (M1) Mac the following error occurs:
```
ERROR: /external/rules_foreign_cc/toolchains/BUILD.bazel:192:11: in …
-
I'm attempting to run *only* the generate step of a cmake project, not actually build any targets, in order to generate a file created by `configure_file`. My best guess is I'd do this via a custom ge…
-
PyBIDS uses the `bids_validator` Python library to filter files by default. It is not currently possible to augment this with additional rules to allow certain (pre-standard) new files without disabli…
-
Working on #1131 I hit some severe performance issues around aggregate rule violations, frequently leading to the language server to either hang, or heavily tax the CPU. The reason for this is that ag…
-
We need health rules/guidelines for Group meetings, to avoid having each Group discussing over and over again which rules to adopt.
Idea here is to adopt the same rules/guidelines as TPAC 2024.
…
-
### Description of the feature request:
Add `strip_include_prefix` or `includes` attributes to cc_import rules so prefixes can be stripped from the header file paths.
### Feature requests: what …
-
CI Integration for "falco rules mitre checker module", see https://github.com/falcosecurity/rules/pull/181.
CC @IceManGreen @leogr @FedeDP
-
Follow-up on https://github.com/google-research/raksha/pull/628
One possible patch to fix: https://issuehint.com/issue/bazelbuild/rules_foreign_cc/859#70378352
-
### Description of the bug:
The command `bazel mod show_repo` includes a stacktrace at the end of the output. In most cases, it just says ` in `, which doesn't give any information. I'd expect for e…
-
### Description of the bug:
#### C++ hello-world
Using C++ binary as an example.
To build a C++ hello-world binary offline
```
cc_binary(
name = "bin",
srcs = ["main.cc"],
)
```
we…