Skip to content

gitlab ci: fix the libinput build

archlinux's libffi is out of date on the base image and it eventually fails in meson with ImportError: libffi.so.7: cannot open shared object file: No such file or directory

The base image ships libffi.so.6, running a sysupgrade fixes this. Full log is here: https://gitlab.freedesktop.org/wayland/wayland.freedesktop.org/-/jobs/2336252

cc @bentiss

Merge request reports