We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use_cc_toolchain
cc_toolchain_alias.bzl
1 parent 74f29df commit 66542a1Copy full SHA for 66542a1
cc/private/rules_impl/cc_toolchain_alias.bzl
@@ -49,5 +49,5 @@ cc_toolchain_alias = rule(
49
attrs = {
50
"mandatory": attr.bool(default = True),
51
},
52
- toolchains = use_cc_toolchain() + semantics.get_runtimes_toolchain(),
+ toolchains = use_cc_toolchain(mandatory = False) + semantics.get_runtimes_toolchain(),
53
)
0 commit comments