-
-
Notifications
You must be signed in to change notification settings - Fork 12.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
julia 1.8.0 #100404
julia 1.8.0 #100404
Conversation
2820016
to
7ac57f0
Compare
Builds fine on macOS Intel and ARM! But a Linux-only error… |
On Linux, |
I thought I had fixed linux, but:
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
USE_SYSTEM_LLVM=1 | ||
USE_SYSTEM_LIBUNWIND=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to keep these lines as
USE_SYSTEM_LLVM=0
USE_SYSTEM_LIBUNWIND=0
(or whatever it is make
considers false
-y) to make intent clearer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formula is long enough already, I think
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
So, julia 1.8.0 has a code signing bug: JuliaLang/julia#44502 (comment) |
Probably from patching binaries without re-signing them. The GCC 12 patch fails to apply. Let's try to build without it... |
@carlocab the patch for GCC 12 is related to JuliaLang/julia#44829 |
It fails to apply.
Yes. I reported it in March, but the fix was never backported to the 1.8 branch 😢 |
🤖 A scheduled task has triggered a merge. |
Following up on an earlier attempt at #96194