Disable cc toolchain resolution in examples on Mac#967
Disable cc toolchain resolution in examples on Mac#967jsharpe merged 1 commit intobazel-contrib:mainfrom
Conversation
The examples/cmake_android picks up local instead of Android Cc toolchains.
|
I'm not familiar with the android toolchains at all so can you clarify to me here is there an issue with the build files in rules_foreign_cc examples that needs fixing to flip this flag or is it a bazel core issue? |
It seems the problem is in Example error: Link to logs: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2641#01835443-c1d8-4c64-b27a-4d7c3f6da962 I further inspected and compared the generated Good ones point to I'm assuming those scripts are generated by |
The examples/cmake_android picks up local instead of Android Cc toolchains.