6 Nov
2023
6 Nov
'23
11:30 a.m.
John Maddock wrote:
A typical example - clang on ubuntu jammy just stopped working - the cause was an update of the system default compiler from gcc-12 to gcc-13 which rendered the clang version we were testing non-functional. The solution is to do what you would tell a user to do - update the clang version to one that can handle gcc-13's std lib!
Or just use the ubuntu:22.04 container instead of GHA's image. Given that the GHA images break something every so often, I'm starting to think that we should just use containers for everything and isolate ourselves from the changes in the base images.