From da638056094ad7bf86405bca5bb8cec1792d23cf Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Fri, 12 Nov 2021 16:09:49 +0100 Subject: ci: Drop Fedora 33 It's going to be EOL in a matter of days, and lcitool already dropped support for it. Signed-off-by: Andrea Bolognani --- ci/containers/fedora-33.Dockerfile | 62 -------------------------------------- ci/gitlab.yml | 16 ---------- ci/manifest.yml | 2 -- 3 files changed, 80 deletions(-) delete mode 100644 ci/containers/fedora-33.Dockerfile diff --git a/ci/containers/fedora-33.Dockerfile b/ci/containers/fedora-33.Dockerfile deleted file mode 100644 index 0e651aa..0000000 --- a/ci/containers/fedora-33.Dockerfile +++ /dev/null @@ -1,62 +0,0 @@ -# THIS FILE WAS AUTO-GENERATED -# -# $ lcitool manifest ci/manifest.yml -# -# https://gitlab.com/libvirt/libvirt-ci - -FROM registry.fedoraproject.org/fedora:33 - -RUN dnf install -y nosync && \ - echo -e '#!/bin/sh\n\ -if test -d /usr/lib64\n\ -then\n\ - export LD_PRELOAD=/usr/lib64/nosync/nosync.so\n\ -else\n\ - export LD_PRELOAD=/usr/lib/nosync/nosync.so\n\ -fi\n\ -exec "$@"' > /usr/bin/nosync && \ - chmod +x /usr/bin/nosync && \ - nosync dnf update -y && \ - nosync dnf install -y \ - ca-certificates \ - ccache \ - check-devel \ - gcc \ - gettext \ - git \ - glib2-devel \ - glibc-langpack-en \ - gobject-introspection-devel \ - gtk-doc \ - hwdata \ - intltool \ - itstool \ - libsoup-devel \ - libxml2 \ - libxml2-devel \ - libxslt-devel \ - make \ - meson \ - ninja-build \ - osinfo-db-tools \ - pkgconfig \ - python3 \ - python3-lxml \ - python3-pytest \ - python3-requests \ - rpm-build \ - vala \ - wget \ - xz && \ - nosync dnf autoremove -y && \ - nosync dnf clean all -y && \ - rpm -qa | sort > /packages.txt && \ - mkdir -p /usr/libexec/ccache-wrappers && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ - ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc - -ENV LANG "en_US.UTF-8" -ENV MAKE "/usr/bin/make" -ENV NINJA "/usr/bin/ninja" -ENV PYTHON "/usr/bin/python3" -ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" diff --git a/ci/gitlab.yml b/ci/gitlab.yml index 802654c..5ddf1c7 100644 --- a/ci/gitlab.yml +++ b/ci/gitlab.yml @@ -78,13 +78,6 @@ x86_64-debian-sid-container: NAME: debian-sid -x86_64-fedora-33-container: - extends: .container_job - allow_failure: false - variables: - NAME: fedora-33 - - x86_64-fedora-34-container: extends: .container_job allow_failure: false @@ -184,15 +177,6 @@ x86_64-debian-sid: NAME: debian-sid -x86_64-fedora-33: - extends: .native_build_job - needs: - - x86_64-fedora-33-container - allow_failure: false - variables: - NAME: fedora-33 - - x86_64-fedora-34: extends: .native_build_job needs: diff --git a/ci/manifest.yml b/ci/manifest.yml index 9af52f7..e8891be 100644 --- a/ci/manifest.yml +++ b/ci/manifest.yml @@ -24,8 +24,6 @@ targets: debian-sid: x86_64 - fedora-33: x86_64 - fedora-34: x86_64 fedora-rawhide: -- cgit v1.2.1