bazel cquery fails on any objc_library rule due to missing toolchain for cpu darwin_x86_64
#16662
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Rules-ObjC
Issues for Objective-C maintainers
type: bug
Description of the bug:
Given a BUILD file which includes any
objc_library
target, a cquery which would include that target will fail on any platform which doesn't include a cc_toolchain for darwin (and presumably the appropriate CPU).What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Given the minimal BUILD file:
Running:
Which operating system are you running Bazel on?
Linux Debian Rodete-based distribution
What is the output of
bazel info release
?release 5.3.2
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?Have you found anything relevant by searching the web?
Nothing helpful, no.
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: