-
-
Notifications
You must be signed in to change notification settings - Fork 219
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
llvm-ar error on MacOS #237
Comments
Hitting the same issue on our MacOS developer laptops:
Params file:
|
Actually, I think these two are different issues. WIll open a new ticker for my issue. |
Turns out this was fixed by setting this in bazelrc:
Should probably be in README.md? I think it'll be needed until #229 is merged. |
It is mentioned in https://github.com/grailbio/bazel-toolchain/blob/7500623e00c62cd5e6f07b8569a3598daa05cf8c/.github/workflows/release_notes_template.txt#L70, but somehow that last line is being cut off from the release notes. Maybe because I manually edited the release notes once. I will manually add that line back in. |
Using macOS 14.2.1 (23C71), I see llvm-ar errors when using bzlmod to build go code that uses protobufs regardless of A small repro repo is here: https://github.com/aran/bzlmod-llvm-go-macos with an error paste here: https://github.com/aran/bzlmod-llvm-go-macos/blob/main/error.md Not sure if I should open a new issue, flag it to a different project, or try something else to debug. |
I should mention, I have seen both |
Not sure if this is caused by upgrading to MacOS 14 (Sonoma), but whenever I try to build a library I get this:
In the root of this repo:
cd tests bazel build //:stdlib
output:
My system:
MacOS 14.0 (23A344)
ARM64 (apple silicon)
XCode command-line tools version 15.0.0
The text was updated successfully, but these errors were encountered: