bazelbuild / rules_cc

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

Fix cc toolchain autodetection to not error when BAZEL_DO_NOT_DETECT_… #63

Closed katre closed 4 years ago

katre commented 4 years ago

…CPP_TOOLCHAIN is set.

Copies the fix from https://github.com/bazelbuild/bazel/pull/10440.

Part of https://github.com/bazelbuild/bazel/issues/10439.

katre commented 4 years ago

What needs to be done to merge this?

katre commented 4 years ago

Merged as https://github.com/bazelbuild/rules_cc/commit/7e650b11fe6d49f70f2ca7a1c4cb8bcc4a1fe239, closing this PR.