Closed comius closed 2 years ago
Hey @skeletonkey can I ask for a speedy review here? It's blocking Bazel LTS cut.
@comius sorry for the delay. Please confirm that this MR needs to happen before bazelbuild/bazel/pull/16252. Are there any potential risks for committing this before that PR?
@comius sorry for the delay. Please confirm that this MR needs to happen before bazelbuild/bazel/pull/16252. Are there any potential risks for committing this before that PR?
Correct.
I don't think there are any risk. find_cc_toolchain
is implemented defensively and should work with older Bazel versions. It's obtained from a fixed version of rules_cc
.
Thank you - merging it now.
This properly resolve CPP toolchain when Cc toolchainisation is enabled.