rules_cc
rules_cc copied to clipboard
C++ Rules for Bazel
- point to bazelbuild/platforms for @platforms - Use a newer version of rules_go for our internal rules. - Make a bzl file used in a test visible to the tests....
### Description of the problem / feature request: The flag `--incompatible_use_platforms_repo_for_constraints` has been flipped and we're seeing CI failures in `rules_cc` for downstream pipeline https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2600#_ Issue: https://github.com/bazelbuild/continuous-integration/issues/1404 > Replace this...
bazel_federation has been essentially unstaffed for 2 years. Using it to get our dependencies is not helping.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_proto | http_archive | digest | `3212323` -> `97bbeab` | ---...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/bazelbuild/rules_cc). ## Config Migration Needed - [ ]...
Picked from the bazel repo: https://github.com/bazelbuild/bazel/commit/b4b0c321910bc968736ef48e8140528ea7d323cd.
Instead of hardcoding `/usr/bin/libtool` which requires Xcode / Xcode CLT installed, which `BAZEL_USE_CPP_ONLY_TOOLCHAIN` is meant to avoid. Related to https://github.com/bazelbuild/rules_cc/issues/134.
### Description of the problem / feature request: Allow customizing common flags (e.g. standard version) via features. ### Feature requests: what underlying problem are you trying to solve with this...
### Description of the problem / feature request: My repository using `rules_cc` no longer builds correctly because it cannot find the symbols `use_cpp_toolchain` in `@bazel_tools//tools/cpp:toolchain_utils.bzl`. When removing the cache (`rm...