-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Update LLVM build to 14.0.6+2 #48544
Conversation
Checksums are not right? |
It doesn't seem to fix #48020 for me, I still see the broken stacktrace. |
I do get the correct error here. Maybe add a test? |
On Linux it has always worked. |
And I still get the same on a completely fresh clone of Julia, to avoid caching issues (but I did run |
|
That didn't change anything. Not that I was expecting anything else since I just cloned this repository into a new directory and did a complete rebuild of julia without any pre-existing cache 🙂 |
For reference this fixes it in Macos13 but not on 12.6 |
@nanosoldier |
1 similar comment
@nanosoldier |
PkgEval is a bit unstable due to an OS upgrade, so let's try again: @nanosoldier |
And again: @nanosoldier |
Your package evaluation job has completed - possible new issues were detected. |
@vchuravy when trying to build with local LLVM, this gives me
Any idea what's going on? |
I think we might be missing a tag on our llvm branch @vchuravy |
Correct the tag is missing or the version was supposed to be julia-14.0.6-1
|
Sorry pushed the tag. |
@vchuravy Can you update the following source checksum?
|
(cherry picked from commit 43c6f75)
Fixes #48020 and fixes #48057
Maybe also #48499