-
Notifications
You must be signed in to change notification settings - Fork 1.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
Release LLVM 17 #26076
Release LLVM 17 #26076
Conversation
Is the macos failure expected? I think I remember a discussion about this in the past but cannot remember the conclusion
|
I opened a PR at #25002 some months ago. However, it's an annoying breaking Homebrew change due to Mac's switch from Intel to ARM. Homebrew installed Intel binaries in the standard location, The This isn't the "fault" of my package, circumstances came together and Mac and Homebrew made some breaking changes with no solutions for downstream users. I'm unhappy with the "workaround," which adds a new tool dependency. I would rather Homebrew go and fix their project. The PR was not handled because "this is a tricky package, and I suppose none of the maintainers have time to understand the various issues at play." I have no idea why it was marked as "reporter action needed" three weeks ago. |
I've marked this as unavailable for ARM Macs with Homebrew. I may publish a separate version, with the workaround with an additional dependency on pkg-config, for Homebrew on the ARM Macs separately. |
At that is my fault sorry, I need to find some time to review it properly and understand what is going on |
Sounds good |
Thanks! You may want to announce this on https://discuss.ocaml.org, where we have a Community category and an |
Note that conf-llvm's configure.sh script should be unchanged from LLVM 16.