[gnome-control-center/gbsneto/cleanup-gcr-devel] CI: Cleanup gcr-devel from jobs




commit dd2adb77ec9a7f30b7ddcc884932b523d4f473c8
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Mar 29 10:38:53 2022 -0300

    CI: Cleanup gcr-devel from jobs
    
    gcr-devel is installed as part of the base image, we don't need to
    install it on every job run.

 .gitlab-ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 319cdbbd5..8670b409d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ stages:
     # stable branch.
     # Could probably also switch away from rawhide,
     # to stable fedora branch as well.
-    FDO_DISTRIBUTION_TAG: '2022-01-19.0-main'
+    FDO_DISTRIBUTION_TAG: '2022-03-29.0-main'
     FDO_DISTRIBUTION_VERSION: rawhide
 
 #############################################
@@ -190,7 +190,6 @@ build:
   stage: build
 
   script:
-    - dnf -y install gcr-devel
     - *environment_information
     - *build_procedure
 
@@ -223,7 +222,6 @@ test:
     - build
 
   script:
-    - dnf -y install gcr-devel
     - *environment_information
     - *run_tests
 
@@ -252,7 +250,6 @@ coverage:
     - master@GNOME/gnome-control-center
 
   script:
-    - dnf -y install gcr-devel
     - *environment_information
     - *build_procedure
     - *run_tests
@@ -368,7 +365,6 @@ flatpak:
   stage: manual
   when: manual
   script:
-    - dnf -y install gcr-devel
     - *environment_information
     - *build_procedure
     - *run_tests


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