-
Notifications
You must be signed in to change notification settings - Fork 94
Use rules based c++ toolchain #634
Copy link
Copy link
Open
Labels
Description
Is your feature request related to a problem? Please describe.
The current toolchain definitions are long and verbose:
https://github.com/tweag/rules_nixpkgs/blob/master/core/private/cc_toolchain/cc_toolchain_config.bzl
Describe the solution you'd like
Use the new rules based toolchain, example here:
https://github.com/bazelbuild/rules_cc/tree/main/examples/rule_based_toolchain
Reactions are currently unavailable