summaryrefslogtreecommitdiff
path: root/ci/libvirt-debian-sid.Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* ci: refresh dockerfiles for changed libvirt build systemDaniel P. Berrangé2020-08-041-1/+4
| | | | | | | Libvirt changed from autotools to meson. All the containers need refreshing and the CI recipes updated. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* gitlab: introduce CI jobs testing git master & distro libvirtDaniel P. Berrangé2020-05-011-0/+56
The python build needs to validate two axis - A variety of libvirt versions - A variety of python versions We get coverage for both these axis by running a build against the distro provided libvirt packages. All that is then missing is a build against the latest libvirt git master, which only needs to be run on a single distro, for which CentOS 8 is picked as a stable long life base. Reviewed-by: Andrea Bolognani <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>