bazelbuild / examples

Examples for Bazel
http://bazel.build
Apache License 2.0
824 stars 506 forks source link

Fix CI for C++ toolchain resolution #307

Closed comius closed 1 year ago

comius commented 1 year ago

Apple rules are supported using platform_mappings. Unfortunately we need a copy, and cannot refer directly to the one provider by rules_apple. By default Bazel is looking for the file in root directory (so it's enough to just add the file).

The change passes CI with C++ toolchain resolution enabled on mac.

comius commented 1 year ago

cc @keith

comius commented 1 year ago

cc @meteorcloudy