[librsvg: 1/5] ci: Remove fedora:rawhide from cross-distro builds




commit 33781cc3c82b718fc749bb87726b8f5e6c2958b7
Author: Sven Neumann <sven svenfoo org>
Date:   Wed Oct 28 23:22:26 2020 +0100

    ci: Remove fedora:rawhide from cross-distro builds
    
    The rawhide image isn't any longer maintained in the librsvg-oci-images
    repository. Also remove the references to other images that have been
    discontinued.

 .gitlab-ci.yml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d7481ca..8003c53b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,20 +1,11 @@
 # -*- indent-tabs-mode: nil -*-
 
 variables:
-  # Container(OCI) images for various distros and architectures and compilers
+  # Container(OCI) images for various distros
 
   AMD64_FEDORA_LATEST:       "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/fedora:latest"
-  AMD64_FEDORA_RAWHIDE:      "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/fedora:rawhide"
   AMD64_OPENSUSE_TUMBLEWEED: "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/opensuse:tumbleweed"
   AMD64_DEBIAN_TESTING:      "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/debian:testing"
-  AMD64_UBUNTU_BIONIC:       "registry.gitlab.gnome.org/gnome/librsvg-oci-images/amd64/ubuntu:18.04"
-
-  I386_DEBIAN_TESTING:       "registry.gitlab.gnome.org/gnome/librsvg-oci-images/i386/debian:testing"
-  I386_UBUNTU_BIONIC:        "registry.gitlab.gnome.org/gnome/librsvg-oci-images/i386/ubuntu:18.04"
-
-  RUSTC_1_26:                "registry.gitlab.gnome.org/gnome/librsvg-oci-images/rustc:1.26"
-  RUSTC_1_27:                "registry.gitlab.gnome.org/gnome/librsvg-oci-images/rustc:1.27"
-  RUSTC_1_28:                "registry.gitlab.gnome.org/gnome/librsvg-oci-images/rustc:1.28"
 
   LIBRSVG_DEBUG: "yes"
 
@@ -136,10 +127,6 @@ opensuse:tumbleweed:
     - if: '$CI_PIPELINE_SOURCE == "push"'
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
 
-fedora:rawhide:
-  image: $AMD64_FEDORA_RAWHIDE
-  extends: .make
-
 fedora:latest:
   image: $AMD64_FEDORA_LATEST
   extends: .make


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]