bazelbuild / rules_cc

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

bzlmod: Do not register toolchain #171

Closed fmeum closed 1 year ago

fmeum commented 1 year ago

The auto-configured toolchain is already provided by the bazel_tools built-in module. Until it is moved to rules_cc, there is no need to register it again in this module.

fmeum commented 1 year ago

Stacked on #165