-
Hi,
I am using bazel and there's cuda code and c++ code in the repo. IIUC rules_cuda patches rules_cc and changes some settings. Such changes apply to all the cc targets, not only cuda targets afte…
-
Hi, I am building low-level software with this repository, and I found some problems here.
## Some binaries do not return absolute paths
This can be problematic when some bazel rules use `cc_common.g…
-
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4409#019481e5-5338-4800-b73c-3126ee56d480
Platform: Ubuntu
Logs:
```
ERROR: [0mSkipping '//aswb/...': error loading package u…
-
### Description of the feature request:
When trying to access the second output (`compilation_outputs`) of `cc_common.compile`, some methods are private API and calling them from user-defined rul…
malt3 updated
1 month ago
-
This is a pattern in some popular rules repositories such as `rules_java`, `rules_cc`, `rules_python`, and `rules_rust`. As a consumer it makes knowing how to load symbols less complicated as develope…
-
When building a simple hello world binary with Meson, I am hitting the following error
```
mesonbuild.utils.universal.EnvironmentException: Unknown compiler(s): [['/home/developer/.cache/bazel/_baze…
-
### Description of the bug:
rules_rust CI picks up latest Bazel releases. Since 7.4.0 was released, our CI has been failing with:
```
(18:32:25) ERROR: /Users/buildkite/builds/bk-macos-pln3-ds…
-
Forked from #24857
-
When trying to write a toolchain with the new rule based mechanism, on macOS we likely need some feature like this:
```bzl
cc_args(
name = "apple_sysroot",
actions = [
"@rules_c…
-
Hi we recently migrated a project from workspace to bzlmod and noticed our builds now pull in more things from the internet as a result.
In particular we saw that our builds started to download proto…