-
Notifications
You must be signed in to change notification settings - Fork 92
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