rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
74 stars 91 forks source link

We cannot use the same copr build for dnf4 and dnf5 CI runs #278

Closed kontura closed 1 year ago

kontura commented 1 year ago

In dnf4 copr build we need microdnf but it is obsoleted by dnf5 (in F38) therefore we need separate builds.

This is an alternative to: https://github.com/rpm-software-management/ci-dnf-stack/pull/1286

Before this we have to fix the microdnf build though.

kontura commented 1 year ago

The failing CI is expected because the workflow is taken from master. You can check my example PR: https://github.com/kontura/librepo/pull/2 where the commit is already in master.

jan-kolarik commented 1 year ago

Thanks!