Update GLIBC, GCC, GDB, and Build workflow#62
Conversation
|
I think CI is pretty broken ATM due to outdated actions, will need fixes. |
|
They look to be running. What is the issue? |
|
Ah, I understand now. I believe we need to apply a patch per this comment and this comment. |
|
Upon further reading the patch is only necessary on a custom build of GCC. It should have been applied in the provided version. Unfortunately I am out of ideas about how to fix this. |
|
Maybe upgrade GCC to say 15.2 will fix it? |
|
https://sourceware.org/pipermail/gdb-patches/2023-December/204878.html Needs to upgrade gdb as well. Let's also upgrade python to 3.14 in and use homebrew-macos-cross-toolchains/.github/workflows/Build.yml Lines 26 to 27 in 2a0a403 |
|
@messense I have been trying to build it without any success. Would you be willing to help me figure out why this is still not building? |
|
According to ahrm/sioyek#1361, we should probably upgrade zlib. |
|
Looking the detailed build log, it seems that binutils has a vendored version of zlib, so I guess we need to check if we can upgrade it. |
|
I had seen that previously. You can see I updated zlib in the commit history but it did not fix the build issues |
|
Now that the CI has passed, would you be willing to merge this? |
Fixes #50
Fixes #54