-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Unknown architecture for macOS target when we build compiler_builtins
#130831
Comments
This comment has been minimized.
This comment has been minimized.
Was this ever working in the past? I'm not sure why this would have regressed. The fix to builtins was merged, but unfortunately updating it is blocked (see #130792) |
Could you clarify whether this was ever working for this target? If not, the title and regression labels should be adjusted (also the title is pretty vague).
I will want to update to 0.1.128 in its own PR to keep the cc change separate, since it seems like that update has a chance of being problematic (based on CI results at #130720). |
I believe it worked one year ago. But I am not sure. Let's update the title and regression labels. |
compiler_builtins
compiler_builtins
Thanks for the updates. At least we have a fix ready to go once the bump is unblocked. |
Actually, the update to compiler_builtins isn't needed here. When built as part of rust-lang/rust it uses whatever version is in |
Fixed in #130926 |
compiler_builtins v0.1.125
Error
I tried to compile
arm64e-apple-darwin
with thebuild.optimized-compiler-builtins
flagerror occurred: Unknown architecture for macOS target.
See #130719
See #130231
See rust-lang/cc-rs#1205
The text was updated successfully, but these errors were encountered: