[librsvg-oci-images/alatiera/ci-cleanups: 1/4] fedora: kill rawhide image




commit 0180ca027e83428494b51e2b8e77b948ea22015e
Author: Jordan Petridis <jordan centricular com>
Date:   Sat Sep 26 10:05:46 2020 +0300

    fedora: kill rawhide image
    
    the stable fedora is barerly getting maintained,
    and rawhide has tendancy to be breaking on its own
    and its almost always broken and dated.

 .gitlab-ci.yml    | 13 -------------
 fedora/cleanup.sh |  8 --------
 fedora/latest     | 12 ++++++++----
 fedora/prepare.sh |  9 ---------
 fedora/rawhide    |  7 -------
 5 files changed, 8 insertions(+), 41 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 184ee10..953c242 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,19 +68,6 @@ fedora latest:
     changes:
       - 'fedora/*'
 
-fedora rawhide:
-  extends: '.distro build'
-  allow_failure: true
-  variables:
-    ARCH: "amd64"
-    DISTRO_NAME: "fedora"
-    DISTRO_VER: "rawhide"
-    DOCKERFILE: "fedora/rawhide"
-    CONTEXT_DIR: "fedora"
-  only:
-    changes:
-      - 'fedora/*'
-
 debian testing:
   extends: '.distro build'
   variables:
diff --git a/fedora/latest b/fedora/latest
index 3892e34..c3499ff 100644
--- a/fedora/latest
+++ b/fedora/latest
@@ -1,6 +1,10 @@
 FROM registry.fedoraproject.org/fedora:32
 
-COPY prepare.sh cleanup.sh /root/
-
-RUN /usr/bin/sh /root/prepare.sh && \
-    /usr/bin/sh /root/cleanup.sh
+RUN dnf upgrade -y && \
+    dnf install -y gcc rust rust-std-static cargo make vala \
+    automake autoconf libtool gettext itstool \
+    gdk-pixbuf2-devel gobject-introspection-devel \
+    gtk-doc git redhat-rpm-config gtk3-devel ccache \
+    libxml2-devel libcroco-devel cairo-devel pango-devel \
+    gettext-devel && \
+    dnf clean all


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