Zxilly
Zxilly
> 我看不太懂go语言,反正改了版本号还是不行。。。 https://github.com/Zxilly/FSunnyRun/blob/5dbe5433c1359f8701b4cb7cabb2fa7947ed7a36/main.py#L34-L37 加个header就行
@thomasBontempsTecrisViattech It's obvious that you didn't apply the patch correctly.  
Apparently, GitHub Actions' glibc version is too high causing this problem. Building precompiled binaries that link to libc should take this into account. There are two possible solutions, either compiling...
If you want to support the major operating systems, it would be a good idea to set it to 2.17, which will support almost all still-active distros. But configuring the...
Or, alternatively, opt for a direct static link to musl so that you don't have to think about all this hassle. Static linking to glibc is not recommended for complex...
I voted for this. Hopefully I'll be able to contribute something, but I'm worried that I might be messing things up. Pure JavaScript is a little scary for me.
Do you compile with the target darwin-arm64? If so this is an known issue. https://github.com/Zxilly/go-size-analyzer/blob/master/scripts/skip.txt
A temporary workaround is to keep the symbol table, and the dwarf can be removed as it didn't be used right now.
CGO implicitly enables external links, where links are no longer executed by go, but by the linker provided by the operating system. This will change some of the assumptions of...
It's an error triggered by an upstream library, and I'm sure it's fixable. And I already have some samples I can use to reproduce the error. But I'm busy lately....