Skip to content

ci: Fix arch builds

Tomáš Pecka requested to merge fix-arch-builds into master

The build fails with the following error.

cmake: /usr/lib/libc.so.6: version GLIBC_2.34' not found (required by /usr/lib/libstdc++.so.6) cmake: /usr/lib/libc.so.6: version GLIBC_2.34' not found (required by /usr/lib/libgcc_s.so.1)

It turned out, the system was in inconsistent state -- some of the packages were not updated. And now, when new glibc reached the repos, it broke the system....

Edited by Tomáš Pecka

Merge request reports