For two days all CI builds have failed, as Ubuntu runners have been unable to install required dependency packages. There's a conflict between different versions of unixodbc getting installed as a dependency of another package, and the one installed explicitly.
I run a test where I dropped explicit unixodbc installation completely, as there's now the implicitly installed version (which of course might change again next week, as they roll on the next weekly runner system update). That worked, so I think we should apply such a change (will attach patch shortly), even if temporarily, to keep CI running now.
For two days all CI builds have failed, as Ubuntu runners have been unable to install required dependency packages. There's a conflict between different versions of unixodbc getting installed as a dependency of another package, and the one installed explicitly.
I run a test where I dropped explicit unixodbc installation completely, as there's now the implicitly installed version (which of course might change again next week, as they roll on the next weekly runner system update). That worked, so I think we should apply such a change (will attach patch shortly), even if temporarily, to keep CI running now.