bazelbuild / rules_cc

C++ Rules for Bazel
https://bazel.build
Apache License 2.0
189 stars 94 forks source link

Use bazel toolchain with workspace #215

Closed keith closed 1 month ago

keith commented 11 months ago

This mirrors the bzlmod behavior

keith commented 11 months ago

@buildbreaker2021 can you review this? this is the same as https://github.com/bazelbuild/rules_cc/pull/196 but for the workspace to fix https://github.com/bazelbuild/bazel/issues/20513

keith commented 9 months ago

@buildbreaker2021 can you check on this one

comius commented 1 month ago

I prefer to have everything in rules_cc, and remove as much bazel_tools references as possible.