Skip to content
Snippets Groups Projects
Commit cc1bab33 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

ci: Fix arch builds

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....
parent 4c74965b
Branches master
No related tags found
1 merge request!222ci: Fix arch builds
Pipeline #176955 passed with warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment