elastio / elastio-snap

kernel module for taking block-level snapshots and incremental backups of Linux block devices
GNU General Public License v2.0
19 stars 7 forks source link

[Internal/CI] Fix CI on Fedora when mirrors are down #214

Closed e-kov closed 1 year ago

e-kov commented 1 year ago

Now https://mirrors.fedoraproject.org/metalink?repo=fedora-35&arch=x86_64 returns 404 for Fedora 35. It may happen for any Fedora version time to time. The solution is not to use yum/dnf and use rpm to install kernel packages on CI. rpm does not fetch updates from all repos during the package installation.