-
-
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
Build failure due to missing patch llvm-libunwind-prologue-epilogue.patch #44499
Comments
Using I'm willing to spend some time debugging and reporting bugs in the next couple of weeks to improve the current support of Julia on macOS, but I'd rather understand the current status and expectations before I start opening issues. |
We should restore that patch to main and backport to 1.8. I was overly zealous in my removal of patches. USE_BINARYBUILDER=0 is supported, but it is also a configuration less and less people have been running since it is less convenient. @DilumAluthge can we add at nightly build for |
Yep, we actually have that already, it's just disabled currently while we transition things. We should be able to re-enable it soon. @staticfloat |
I've tried to restore The problem is that
|
Would we run this on every commit, or just once a day or something? Wouldn't it be quite wasteful? |
Just once every 24 hours |
This error still exist on julia-1.8.0-beta3. Could the patch be backported please? |
Actually I think this was never fixed :( even on master |
@vchuravy could you please restore the needed patches to master and 1.8 branch? |
Trying to build julia master branch on macOS:
This patch file is referenced here:
julia/deps/unwind.mk
Line 91 in 811e534
It was introduced in #39127
but the patch file was removed in #42436
The text was updated successfully, but these errors were encountered: