-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build cpp-tutorial on Apple M1 #13813
Comments
Before running |
Do you have Xcode installed fully? Or just the command line tools? If it's the latter this is fixed in 4.2.0 which should be released soon. You can try it with one of the latest release candidate builds to verify https://releases.bazel.build/4.2.0/rc3/index.html I cannot repro this on my M1 machine with a full Xcode installation so I assume this is a duplicate of #13514 |
Yes I have only Xcode CLI installed. Fully installed Xcode is not needed with bazel 4.2.0rc3 !!! |
Great, sounds like we can close this then? |
Yes, all is working. Thanks a lot. |
Description of the problem / feature request:
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
What operating system are you running Bazel on?
What's the output of
bazel info release
?If
bazel info release
returns "development version" or "(@non-git)", tell us how you built Bazel.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?
Any other information, logs, or outputs that you want to share?
The text was updated successfully, but these errors were encountered: