FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.19k stars 204 forks source link

Update Linux build to use gcc 13.2, binutils 2.40 and glibc to 2.28 #8088

Closed asfernandes closed 3 weeks ago

AlexPeshkoff commented 4 weeks ago

I'm pretty sure that cloop does work with static c++ support, but what was a reason of a change?

asfernandes commented 4 weeks ago

Because when it's built dynamically, it uses newer libstdc++ (from the just built gcc) than the one installed in the container and doesn't work with invalid GLIBCXX symbols.