Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this building `@local_config_cc//...` doesn't work: ``` bazel build --config=ors @local_config_cc//... ERROR: /private/var/tmp/_bazel_ksmiley/e4a25840a6ead8553041b8c94f85a36e/external/local_config_cc/BUILD:12:6: no such target '@local_config_cc_toolchains//:osx_archs.bzl': target 'osx_archs.bzl' not declared in package ''; however, a source file of this name exists. (Perhaps add 'exports_files(["osx_archs.bzl"])' to /BUILD?) defined by /private/var/tmp/_bazel_ksmiley/e4a25840a6ead8553041b8c94f85a36e/external/local_config_cc_toolchains/BUILD and referenced by '@local_config_cc//:osx_archs.bzl' ``` This target is used by rbe_configs_gen https://github.com/bazelbuild/bazel-toolchains#rbe_configs_gen---cli-tool-to-generate-configs Closes #13528. PiperOrigin-RevId: 382029648
- Loading branch information