Skip to content

gitlab CI: pre-install all packages we need

Peter Hutterer requested to merge whot/libinput:wip/ci-updates into main

Running "dnf install" during a job can lead to issues when the image is old - package renames/replacements/etc. may require a dnf upgrade to get those packages sorted first before our dnf install works.

This hasn't been a problem for us because we had weekly rebuilds of the images scheduled and were usually on the latest package set but let's do this properly anyway.

Merge request reports